Skip to content

Commit

Permalink
ci: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 22, 2024
1 parent 15e3467 commit 88991ca
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,6 @@ jobs:
run: |
${{ env.cabal }} build all --only-dependencies --project-dir=/mnt
- name: Inspect caches
run: |
echo ${PWD}
echo ${HOME}
pwd
ls -R "${HOME}/.cabal/packages" "${HOME}/.cabal/store" "${{ github.workspace }}/dist-newstyle"
# Cache dependencies already here, so that we do not have to rebuild them
# should the subsequent steps fail.
- name: Save cached dependencies
Expand All @@ -148,6 +141,14 @@ jobs:
${{ github.workspace }}/dist-newstyle
key: ${{ steps.cache.outputs.cache-primary-key }}

- name: Inspect caches
run: |
echo ${PWD}
echo ${HOME}
pwd
ls -R "${HOME}/.cache/cabal" "${HOME}/.cabal/store" "${{ github.workspace }}/dist-newstyle" || true
# - name: Build
# run: cabal build all

Expand Down

0 comments on commit 88991ca

Please sign in to comment.