Skip to content

Commit

Permalink
ci: another try
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 22, 2024
1 parent 2b5afe0 commit 37881bd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ jobs:
# Hmmm? Try unix time instead?
- name: Run cabal update
run: |
${{ env.cabal }} update --project-dir=/mnt
#update hackage.haskell.org,@1729577343 --project-dir=/mnt -v
${{ env.cabal }} update hackage.haskell.org,@1729577343 --project-dir=/mnt
- name: Build the cache key
run: |
Expand All @@ -117,8 +116,8 @@ jobs:
key: ${{ runner.os }}-ghc-${{ matrix.ghc-version }}-cabal-${{ matrix.cabal-version }}
with:
path: |
~/.cache/cabal
~/.cabal/store
${HOME}/.cache/cabal
${HOME}/.cabal/store
${{ github.workspace }}/dist-newstyle
key: ${{ env.key }}-plan-${{ hashFiles('**/plan.json') }}
restore-keys: ${{ env.key }}-
Expand All @@ -136,8 +135,8 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
with:
path: |
~/.cache/cabal
~/.cabal/store
${HOME}/.cache/cabal
${HOME}/.cabal/store
${{ github.workspace }}/dist-newstyle
key: ${{ steps.cache.outputs.cache-primary-key }}

Expand Down

0 comments on commit 37881bd

Please sign in to comment.