From 5deff71322d32d9085d8c01df2a1c69cbb5a96a6 Mon Sep 17 00:00:00 2001 From: Stevan Andjelkovic Date: Mon, 21 Oct 2024 16:03:07 +0200 Subject: [PATCH] ci: fix syntax error --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 68c62bf..cb138ea 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -54,7 +54,7 @@ jobs: uses: actions/cache@v4 # https://github.com/actions/cache/blob/main/examples.md#haskell---cabal if: ${{ !steps.cache.outputs.cache-hit - || steps.cache.outputs.cache-primary-key != steps.cache.outputs.cache-matched-key + || steps.cache.outputs.cache-primary-key != steps.cache.outputs.cache-matched-key }} with: path: | ~/.cabal/packages