diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6224ad0..97e3fd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,10 +36,5 @@ jobs: - uses: actions/checkout@v2 - name: Install shards run: shards install --ignore-crystal-version - - name: Cache Crystal - uses: actions/cache@v1 - with: - path: ~/.cache/crystal - key: ${{ runner.os }}-crystal - name: Run tests run: make tests