diff options
| author | syeopite <syeopite@syeopite.dev> | 2021-06-09 16:34:54 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2021-06-09 16:34:54 -0700 |
| commit | 114cac99e781aefb54b5d377fcebb2d6c6274417 (patch) | |
| tree | 2d6aa320be1ba4ebd50a5af0e88d3d6aebb42c25 /.github | |
| parent | 392a363d02142026f717f44381b043f199918489 (diff) | |
| download | invidious-114cac99e781aefb54b5d377fcebb2d6c6274417.tar.gz invidious-114cac99e781aefb54b5d377fcebb2d6c6274417.tar.bz2 invidious-114cac99e781aefb54b5d377fcebb2d6c6274417.zip | |
Update CI's crystal version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66aacff9..54e70d0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Install Crystal uses: oprypin/install-crystal@v1.2.4 with: - crystal: 0.36.1 + crystal: 1.0.0 - name: Cache Shards uses: actions/cache@v2 |
