Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Jan 28, 2024
1 parent fb4c5d8 commit 911190c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cfg: []
include:
- model: "dsl-ax82u"
sdk: "src-rt-5.02axhnd.675x"
Expand Down Expand Up @@ -61,7 +62,7 @@ jobs:
steps:
- id: set-matrix
env:
CFG: ${{ toJSON(matrix) }}
CFG: ${{ toJSON(matrix.cfg) }}
run: jq -r -n 'env.CFG | fromjson | @json "::set-output name=result::\(.data)"'
build-job:
name: Build
Expand Down

0 comments on commit 911190c

Please sign in to comment.