Skip to content

Commit 4e6a2a6

Browse files
committed
debug actions cache
1 parent 0be59ad commit 4e6a2a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: |
3737
cabal configure --enable-tests --enable-benchmarks --test-show-details=direct
3838
cabal freeze
39+
cat cabal.freeze
40+
echo "store: " ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
3941
4042
- uses: actions/cache/restore@v3
4143
name: Cache ~/.cabal/store and dist-newstyle

0 commit comments

Comments
 (0)