Skip to content

Commit

Permalink
.github/workflows/build.yml: Added build matrix from JSON file.
Browse files Browse the repository at this point in the history
Signed-off-by: jaenrig-ifx <[email protected]>
  • Loading branch information
jaenrig-ifx committed Jan 13, 2025
1 parent 686afd5 commit 007a7a1
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 @@ -22,7 +22,7 @@ jobs:
run: |
matrix_ci=$(cat ci-build-matrix.json)
echo $matrix_ci
echo "matrix=$matrix_ci" >> $GITHUB_OUTPUT
echo "matrix="$matrix_ci"" >> $GITHUB_OUTPUT
build:
needs: set-ci-matrix
Expand Down

0 comments on commit 007a7a1

Please sign in to comment.