We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcc02f commit 06fa255Copy full SHA for 06fa255
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
name: Cache ~/.stack
30
with:
31
path: ~/.stack
32
- key: ${{ runner.os }}-${{ matrix.ghc }}-v5
+ key: ${{ runner.os }}-${{ matrix.ghc }}-v6
33
34
- name: Add ~/.local/bin to PATH
35
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
0 commit comments