Skip to content

Commit

Permalink
oops, save build cache also
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani committed Mar 19, 2024
1 parent c739199 commit 1b478e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ jobs:
stack --no-terminal build --flag unison-parser-typechecker:optimized && break;
done
- name: save stack caches
uses: ./.github/workflows/actions/save-stack-cache
with:
cache-prefix: release
work-cache-prefix: release

- name: set up environment
run: |
if [[ ${{runner.os}} = 'Windows' ]]; then
Expand Down

0 comments on commit 1b478e1

Please sign in to comment.