Skip to content

Commit

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

0 comments on commit c495520

Please sign in to comment.