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 d3c77db commit 95e2261Copy full SHA for 95e2261
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
name: Cache ~/.stack
30
with:
31
path: ~/.stack
32
- key: ${{ runner.os }}-${{ matrix.ghc }}-v3
+ key: ${{ runner.os }}-${{ matrix.ghc }}-v4
33
34
- name: Add ~/.local/bin to PATH
35
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
0 commit comments