summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAndrew Zhao <azhao12345@users.noreply.github.com>2021-01-29 12:36:19 -0500
committerAndrew Zhao <azhao12345@users.noreply.github.com>2021-01-29 12:36:19 -0500
commitfedaef5d1704778978c27a98cf385367e149aaca (patch)
treee2ec581627cc1a7895e127ac50975a0dfd6900d6 /.github
parente35345f1358d98fa36b8d3b8b5b420260a8aef10 (diff)
downloadinvidious-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.yml2
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