diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e77edf2e0..edde29553 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -36,6 +36,8 @@ jobs: run: | cabal configure --enable-tests --enable-benchmarks --test-show-details=direct cabal freeze + cat cabal.freeze + echo "store: " ${{ steps.setup-haskell-cabal.outputs.cabal-store }} - uses: actions/cache/restore@v3 name: Cache ~/.cabal/store and dist-newstyle