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 a179a5a commit 6cf8db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- uses: actions/cache@v4
name: Cache ~/.stack (Windows)
if: matrix.os == "windows-latest"
if: matrix.os == 'windows-latest'
with:
path: |
C:\Users\runneradmin\AppData\Local\Programs\stack
Expand All @@ -100,7 +100,7 @@ jobs:
- uses: actions/cache@v4
name: Cache ~/.stack (Windows)
if: matrix.os == "ubuntu-latest"
if: matrix.os == 'ubuntu-latest'
with:
path: '~/.stack'
key: ${{ runner.os }}-stack-global-${{ hashFiles('stack.yaml') }}-${{ hashFiles('package.yaml') }}
Expand Down

0 comments on commit 6cf8db1

Please sign in to comment.