diff options
| author | Andrew Zhao <azhao12345@users.noreply.github.com> | 2021-01-29 12:36:19 -0500 |
|---|---|---|
| committer | Andrew Zhao <azhao12345@users.noreply.github.com> | 2021-01-29 12:36:19 -0500 |
| commit | fedaef5d1704778978c27a98cf385367e149aaca (patch) | |
| tree | e2ec581627cc1a7895e127ac50975a0dfd6900d6 /.github | |
| parent | e35345f1358d98fa36b8d3b8b5b420260a8aef10 (diff) | |
| download | invidious-fedaef5d1704778978c27a98cf385367e149aaca.tar.gz invidious-fedaef5d1704778978c27a98cf385367e149aaca.tar.bz2 invidious-fedaef5d1704778978c27a98cf385367e149aaca.zip | |
install crystal 35.1 in ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fde6506e..fc0e8096 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: - name: Install Crystal uses: oprypin/install-crystal@v1.2.4 + with: + crystal: 0.35.1 - name: Cache Shards uses: actions/cache@v2 |
