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 039f726 commit f1be694Copy full SHA for f1be694
.github/workflows/haskell-ci.yml
@@ -129,7 +129,7 @@ jobs:
129
- name: cache (tools)
130
uses: actions/cache/restore@v3
131
with:
132
- key: ${{ runner.os }}-${{ matrix.compiler }}-tools-a7a32ff6
+ key: ${{ runner.os }}-${{ matrix.compiler }}-tools-9c93c415
133
path: ~/.haskell-ci-tools
134
- name: install cabal-plan
135
run: |
@@ -154,7 +154,7 @@ jobs:
154
uses: actions/cache/save@v3
155
if: always()
156
157
158
159
- name: checkout
160
uses: actions/checkout@v3
0 commit comments