From aadc3027278cae76df6a41df5b553a6961d871de Mon Sep 17 00:00:00 2001 From: Christopher Sasarak Date: Mon, 26 Aug 2024 16:00:23 -0500 Subject: [PATCH] My guards worked too well... --- .github/workflows/build-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 4e7ec5b29e..f51b4400e0 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -164,11 +164,11 @@ jobs: if: ${{ matrix.os == 'LinuxARM' }} uses: docker://fossa/haskell-static-alpine:ghc-9.8.2 with: - args: ./.github/workflows/scripts/build.sh + args: ./.github/workflows/scripts/build.sh ${{ runner.os }} ${{ matrix.project-file }} - name: Build and Unit Test if: ${{ matrix.os != 'LinuxARM' }} - run: ./.github/workflows/scripts/build.sh + run: ./.github/workflows/scripts/build.sh ${{ runner.os }} ${{ matrix.project-file }} - name: Validate diagnose commands run on the platform run: |