From fedaef5d1704778978c27a98cf385367e149aaca Mon Sep 17 00:00:00 2001 From: Andrew Zhao Date: Fri, 29 Jan 2021 12:36:19 -0500 Subject: [PATCH] install crystal 35.1 in ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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