From 29cdf1655a91fff10426c4fbec89cad9d6f14077 Mon Sep 17 00:00:00 2001 From: Hugh Davidson Date: Wed, 6 Mar 2024 16:31:18 +1100 Subject: [PATCH] Fix doctest --- .github/workflows/haskell-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index ea365ac..19cac20 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -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: | @@ -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