Skip to content

Commit

Permalink
ci 19
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 13, 2024
1 parent 2bb3939 commit 485d825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,16 @@ jobs:
# Build IAR on HFP self-hosted
# ---------------------------------------
arm-iar:
needs: set-matrix
if: github.repository_owner == 'hathach'
needs: set-matrix
runs-on: [self-hosted, Linux, X64, hifiphile]
strategy:
fail-fast: false
matrix:
toolchain:
- 'arm-iar'
env:
BUILD_ARGS: "${{ fromJSON(needs.set-matrix.outputs.json)[matrix.toolchain].family }}"
BUILD_ARGS: "${{ join(' ', fromJSON(needs.set-matrix.outputs.json)[matrix.toolchain].family) }}"
steps:
- name: Clean workspace
run: |
Expand Down

0 comments on commit 485d825

Please sign in to comment.