Skip to content

Commit

Permalink
cache working?
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Feb 4, 2025
1 parent b7052bc commit 106580e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ jobs:
run: |
cabal update
# - name: Build dependencies
# run: |
# cabal build --only-dependencies --enable-tests --enable-benchmarks
- name: Build dependencies
run: |
cabal build --only-dependencies --enable-tests --enable-benchmarks
- name: Check Cache
run: |
ls -ahl /github/home/
ls -ahl /github/home/.cache
ls -ahl /github/home/.config
Expand All @@ -68,6 +69,7 @@ jobs:
- name: Check Cache
run: |
ls -ahl /github/home/
ls -ahl /github/home/.cache
ls -ahl /github/home/.config
Expand Down

0 comments on commit 106580e

Please sign in to comment.