diff options
| author | syeopite <70992037+syeopite@users.noreply.github.com> | 2021-10-02 16:10:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-02 16:10:23 +0000 |
| commit | 402bb01151148050e0abab19f19b9664d2e1537e (patch) | |
| tree | c3af3c728d1f07804d02380a6e3117cc71635fc8 /.github | |
| parent | 82a1d9dffabc75a03443b8f3e463ccfa23b7d882 (diff) | |
| download | invidious-402bb01151148050e0abab19f19b9664d2e1537e.tar.gz invidious-402bb01151148050e0abab19f19b9664d2e1537e.tar.bz2 invidious-402bb01151148050e0abab19f19b9664d2e1537e.zip | |
Update container-release.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/container-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index a6bd39e8..77b92c6f 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -27,7 +27,7 @@ jobs: - name: Install Crystal uses: oprypin/install-crystal@v1.2.4 with: - crystal: ${{ matrix.crystal }} + crystal: 1.1.1 - name: Run lint run: | |
