Skip to content

Commit

Permalink
Trying again...
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Oct 4, 2023
1 parent d22d071 commit 90fea20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
path: |
${{ steps.setup-haskell.outputs.cabal-store || '~/.cabal/store' }}
"${{ github.workspace }}/dist-newstyle/"
dist-newstyle/
key: ${{ runner.os }}-benchmarks-cabal-cache-${{ hashFiles('**/*.cabal', 'cabal.project.ci.linux') }}
restore-keys: |
${{ runner.os }}-benchmarks-cabal-cache-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
path: |
${{ steps.setup-haskell.outputs.cabal-store || '~/.cabal/store' }}
"${{ github.workspace }}/dist-newstyle/"
dist-newstyle/
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-cache-${{ hashFiles('**/*.cabal', format('{0}', matrix.project-file)) }}
restore-keys: |
${{ runner.os }}-${{ matrix.ghc }}-cabal-cache-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrations-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
path: |
${{ steps.setup-haskell.outputs.cabal-store || '~/.cabal/store' }}
"${{ github.workspace }}/dist-newstyle/"
dist-newstyle/
key: ${{ runner.os }}-${{ env.GHC_VERSION }}-cabal-cache-${{ hashFiles('**/*.cabal', 'cabal.project.ci.linux') }}
restore-keys: |
${{ runner.os }}-${{ env.GHC_VERSION }}-cabal-cache-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
with:
path: |
${{ steps.setup-haskell.outputs.cabal-store || '~/.cabal/store' }}
"${{ github.workspace }}/dist-newstyle/"
dist-newstyle/
key: ${{ runner.os }}-${{ env.GHC_VERSION }}-cabal-cache-${{ hashFiles('**/*.cabal', 'cabal.project.ci.linux') }}
restore-keys: |
${{ runner.os }}-${{ env.GHC_VERSION }}-cabal-cache-
Expand Down

0 comments on commit 90fea20

Please sign in to comment.