Skip to content

Commit f1be694

Browse files
committed
Fix doctest
1 parent 039f726 commit f1be694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: cache (tools)
130130
uses: actions/cache/restore@v3
131131
with:
132-
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-a7a32ff6
132+
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-9c93c415
133133
path: ~/.haskell-ci-tools
134134
- name: install cabal-plan
135135
run: |
@@ -154,7 +154,7 @@ jobs:
154154
uses: actions/cache/save@v3
155155
if: always()
156156
with:
157-
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-a7a32ff6
157+
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-9c93c415
158158
path: ~/.haskell-ci-tools
159159
- name: checkout
160160
uses: actions/checkout@v3

0 commit comments

Comments
 (0)