Skip to content

Commit

Permalink
ci: configure caching for Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Feb 24, 2023
1 parent bcddf2b commit 2317cc5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ jobs:
- name: Cache Local
uses: actions/cache@v3
with:
path: ~/.local/
path: |
~/.local
D:\a\_temp\msys64\home\runneradmin\.local
key: ${{ runner.os }}-local-v5-${{ hashFiles('.github/scripts/install-*') }}

- name: Cache Stack
Expand All @@ -75,6 +77,8 @@ jobs:
path: |
~/.stack
.stack-work
~\AppData\Roaming\stack
~\AppData\Local\Programs\stack
key: ${{ runner.os }}-stack-v5-${{ hashFiles('package.yaml', 'stack.yaml') }}

- name: Cache Cabal
Expand Down

0 comments on commit 2317cc5

Please sign in to comment.