diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index baf9eaad7..58755ec27 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -50,8 +50,7 @@ jobs: cabal v2-configure --project-file=cabal.project.ci --disable-optimization --enable-benchmarks --enable-tests --write-ghc-environment-files=always -j2 - name: Restore from cache - if: steps.cache-cabal.outputs.cache-hit == 'true' - run: ./cabal-cache sync-from-archive --threads=2 --archive-uri=dist-cache + run: ./cabal-cache sync-from-archive --threads=2 --archive-uri=dist-cache || true - name: Build & test run: |