Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Jul 26, 2024
1 parent b236c05 commit 5db945f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,19 @@ jobs:
restore-keys: |
cache-${{ env.CABAL_CACHE_VERSION }}-${{ runner.os }}-${{ matrix.ghc }}-${{ env.MONTHNUM }}-
- name: list dist-newsyle & cache store
run: |
cabal path --store-dir
ls -al dist-newstyle
ls -al ${{ steps.setup-haskell.outputs.cabal-store }}
# Now we install the dependencies. If the cache was found and restored in the previous step,
# this should be a no-op, but if the cache key was not found we need to build stuff so we can
# cache it for the next step.
- name: Install dependencies
run: cabal build all --enable-tests --only-dependencies -j --ghc-option=-j4


# Always store the cabal cache.
- name: Cache Cabal store
uses: actions/cache/save@v4
Expand Down

0 comments on commit 5db945f

Please sign in to comment.