Skip to content

Commit b59287f

Browse files
committed
Tweak ci.yml
1 parent 3e69576 commit b59287f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
include:
3131
- ghc: "8.10.7"
3232
yaml: "stack-8.10.7.yaml"
33-
- ghc: "9.0.2 (aeson-1)"
33+
- ghc: "9.0.2"
3434
yaml: "stack-9.0.2-aeson1.yaml"
35-
- ghc: "9.0.2 (aeson-2)"
35+
- ghc: "9.0.2"
3636
yaml: "stack-9.0.2-aeson2.yaml"
3737
- ghc: "9.2.8"
3838
yaml: "stack-9.2.8.yaml"
@@ -51,7 +51,7 @@ jobs:
5151
name: Cache ~/.stack
5252
with:
5353
path: ~/.stack
54-
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ matrix.yaml }}-stack2
54+
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ matrix.yaml }}
5555

5656
- name: Build
5757
run: |

0 commit comments

Comments
 (0)