Skip to content

Commit

Permalink
My guards worked too well...
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Aug 26, 2024
1 parent 1e23596 commit aadc302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit aadc302

Please sign in to comment.