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 911190c commit 08173fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cfg: []
include:
- model: "dsl-ax82u"
sdk: "src-rt-5.02axhnd.675x"
Expand Down Expand Up @@ -62,8 +61,10 @@ jobs:
steps:
- id: set-matrix
env:
CFG: ${{ toJSON(matrix.cfg) }}
run: jq -r -n 'env.CFG | fromjson | @json "::set-output name=result::\(.data)"'
CFG: ${{ toJSON(matrix) }}
run: |
echo $CFG
jq -r -n 'env.CFG | fromjson | @json "::set-output name=result::\(.data)"'
build-job:
name: Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 08173fe

Please sign in to comment.