Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukzak committed Oct 26, 2024
1 parent 91bd9ae commit a6d4b38
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 @@ -90,7 +90,7 @@ jobs:
- uses: actions/cache@v4
name: Cache ~/.stack
with:
path: ${{ runner.os == 'windows-latest' && 'C:\Users\runneradmin\AppData\Local\Programs\stack' || '~/.stack' }}
path: ${{ runner.os == 'Windows' && 'C:\Users\runneradmin\AppData\Local\Programs\stack' || '~/.stack' }}
key: ${{ runner.os }}-stack-global-${{ hashFiles('stack.yaml') }}-${{ hashFiles('package.yaml') }}
restore-keys: |
${{ runner.os }}-stack-global-
Expand Down

0 comments on commit a6d4b38

Please sign in to comment.