mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-04 14:22:04 +00:00
CI: Pin Crystal to 1.20.3 for linting task so ameba can build (#5859)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -139,7 +139,7 @@ jobs:
|
|||||||
id: lint_step_install_crystal
|
id: lint_step_install_crystal
|
||||||
uses: crystal-lang/install-crystal@v1.9.2
|
uses: crystal-lang/install-crystal@v1.9.2
|
||||||
with:
|
with:
|
||||||
crystal: latest
|
crystal: 1.20.3
|
||||||
|
|
||||||
- name: Cache Shards
|
- name: Cache Shards
|
||||||
uses: actions/cache@v6
|
uses: actions/cache@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user