Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristano8 committed Mar 6, 2024
1 parent 039f726 commit 29cdf16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: cache (tools)
uses: actions/cache/restore@v3
with:
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-a7a32ff6
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-7ad9f149
path: ~/.haskell-ci-tools
- name: install cabal-plan
run: |
Expand All @@ -154,7 +154,7 @@ jobs:
uses: actions/cache/save@v3
if: always()
with:
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-a7a32ff6
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-7ad9f149
path: ~/.haskell-ci-tools
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 29cdf16

Please sign in to comment.