Skip to content

Commit

Permalink
try to invalidate cache
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Jan 5, 2021
1 parent e2faec5 commit 17901dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: Cache ~/.stack
with:
path: ~/.stack
key: ${{ runner.os }}-${{ matrix.ghc }}-stack
key: ${{ runner.os }}-${{ matrix.ghc }}-stack-cache

- name: Build
run: stack build --test --no-run-tests --bench --no-run-benchmarks ${{ matrix.flags }}
Expand Down

0 comments on commit 17901dc

Please sign in to comment.