Skip to content

Commit

Permalink
refresh CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Apr 19, 2023
1 parent 5a3631f commit d8c75a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: |
~/.stack
.stack-work
key: stack-${{ runner.os }}-8.10-${{ hashFiles('stack-ghc-8.10.yaml.lock') }}
key: stack-${{ runner.os }}-8.10-${{ hashFiles('stack-ghc-8.10.yaml.lock') }}-2
restore-keys: |
stack-${{ runner.os }}-8.10
- run: stack --stack-yaml stack-ghc-8.10.yaml build --only-dependencies
Expand All @@ -45,7 +45,7 @@ jobs:
path: |
~/.stack
.stack-work
key: stack-${{ runner.os }}-${{ hashFiles('stack.yaml.lock') }}
key: stack-${{ runner.os }}-${{ hashFiles('stack.yaml.lock') }}-2
restore-keys: |
stack-${{ runner.os }}
- run: stack build --only-dependencies
Expand All @@ -70,7 +70,7 @@ jobs:
path: |
~/.stack
.stack-work
key: stack-${{ runner.os }}-9.2-${{ hashFiles('stack-ghc-9.2.yaml.lock') }}
key: stack-${{ runner.os }}-9.2-${{ hashFiles('stack-ghc-9.2.yaml.lock') }}-2
restore-keys: |
stack-${{ runner.os }}-9.2
- run: stack --stack-yaml stack-ghc-9.2.yaml build --only-dependencies
Expand Down

0 comments on commit d8c75a1

Please sign in to comment.