We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be59ad commit 4e6a2a6Copy full SHA for 4e6a2a6
.github/workflows/master.yml
@@ -36,6 +36,8 @@ jobs:
36
run: |
37
cabal configure --enable-tests --enable-benchmarks --test-show-details=direct
38
cabal freeze
39
+ cat cabal.freeze
40
+ echo "store: " ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
41
42
- uses: actions/cache/restore@v3
43
name: Cache ~/.cabal/store and dist-newstyle
0 commit comments