Skip to content

Commit

Permalink
ci 13
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 13, 2024
1 parent 47f8d4a commit eb6fadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:

- run: |
echo "1"
BUILD_ARGS=$(echo '${{ fromJSON(needs.set-matrix.outputs.json)['arm-iar'].family }}' | jq -R -s .)
BUILD_ARGS=$(echo ${{ fromJSON(needs.set-matrix.outputs.json)['arm-iar'].family }} | jq -R -s .)
echo $BUILD_ARGS
# echo "2"
# echo ${{ fromJSON(needs.set-matrix.outputs.json)['arm-iar'] }}
Expand Down

0 comments on commit eb6fadd

Please sign in to comment.