Skip to content

Commit

Permalink
invalidate ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
roryc89 committed Aug 1, 2022
1 parent 83ad147 commit 30dce20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# have changed. If you do not want to cache compiled output, remove
# the `output` path.
with:
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
key: k1-${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
path: |
.spago
output
Expand Down

0 comments on commit 30dce20

Please sign in to comment.