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 4e6a2a6 commit 8b302f4Copy full SHA for 8b302f4
.github/workflows/master.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
cabal configure --enable-tests --enable-benchmarks --test-show-details=direct
38
cabal freeze
39
- cat cabal.freeze
+ cat cabal.project.freeze
40
echo "store: " ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
41
42
- uses: actions/cache/restore@v3
0 commit comments