summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>2021-01-29 22:51:39 +0000
committerGitHub <noreply@github.com>2021-01-29 22:51:39 +0000
commita1f3ae730aac2a5e00d7d6f5de3b87248dddb576 (patch)
treee2ec581627cc1a7895e127ac50975a0dfd6900d6
parente35345f1358d98fa36b8d3b8b5b420260a8aef10 (diff)
parentfedaef5d1704778978c27a98cf385367e149aaca (diff)
downloadinvidious-a1f3ae730aac2a5e00d7d6f5de3b87248dddb576.tar.gz
invidious-a1f3ae730aac2a5e00d7d6f5de3b87248dddb576.tar.bz2
invidious-a1f3ae730aac2a5e00d7d6f5de3b87248dddb576.zip
Merge pull request #1718 from tenpura-shrimp/cacheshardstest
Fix broken build - install crystal 35.1 in ci
-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