Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity authored Nov 9, 2021
2 parents ef84422 + cec7298 commit 8aaafbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ic-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
with:
path: |
~/.cabal/store
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-store
key: cabal-${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('ic-hs/cabal.project', 'ic-hs/cabal.project.freeze') }}
restore-keys: cabal-${{ runner.os }}-${{ matrix.ghc }}-


- uses: actions/setup-haskell@v1.1.3
with:
Expand Down

0 comments on commit 8aaafbb

Please sign in to comment.