Skip to content

Commit 8b302f4

Browse files
committed
fix
1 parent 4e6a2a6 commit 8b302f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
cabal configure --enable-tests --enable-benchmarks --test-show-details=direct
3838
cabal freeze
39-
cat cabal.freeze
39+
cat cabal.project.freeze
4040
echo "store: " ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
4141
4242
- uses: actions/cache/restore@v3

0 commit comments

Comments
 (0)