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 2e20eba commit 49fb2b6
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 @@ -20,7 +20,7 @@ jobs:
- name: Set build matrix
id: set-matrix
run: |
echo "matrix=$(cat ci-build-matrix.json)" >> "$GITHUB_OUTPUT"
echo "matrix=$(cat ci-build-matrix.json)" >> $GITHUB_OUTPUT
build:
needs: set-ci-matrix
Expand Down

0 comments on commit 49fb2b6

Please sign in to comment.