From 10dfcce0b983d5c551b2d45eed70d32c9602b358 Mon Sep 17 00:00:00 2001 From: Christopher Sasarak Date: Mon, 26 Aug 2024 11:31:29 -0500 Subject: [PATCH] Syntax fix. --- .github/workflows/build-all.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index cd01b9047c..abefe2ab95 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -129,12 +129,12 @@ jobs: id: compute-cache-key run: ./.github/workflows/scripts/compute_cache_key.sh ${{ runner.os }} ${{ matrix.project-file }} - - name: Compute Cache Key (Linux Arm) - if: ${{ ! matrix.os == 'LinuxARM' }} - uses: docker://fossa/haskell-static-alpine:ghc-9.8.2 - with: - args: ./.github/workflows/scripts/compute_cache_key.sh ${{ runner.os }} ${{ matrix.project-file }} - + - name: Compute Cache Key (Linux Arm) + if: ${{ ! matrix.os == 'LinuxARM' }} + uses: docker://fossa/haskell-static-alpine:ghc-9.8.2 + with: + args: ./.github/workflows/scripts/compute_cache_key.sh ${{ runner.os }} ${{ matrix.project-file }} + # cabal --project-file=${{ matrix.project-file }} update # cabal --project-file=${{ matrix.project-file }} build --dry-run # cat dist-newstyle/cache/plan.json | jq '."install-plan"[]."id"' | sort > /tmp/cabal-cache-key