Skip to content

Commit

Permalink
More tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Mar 24, 2024
1 parent ea2484f commit 558a9d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-user-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
run: |
echo "build_dir=$(mktemp -d)" >> $GITHUB_ENV
- name: Install yaml2json
run: python3 -m pip install remarshal && apt-get update && apt-git install -y jq

- name: Prepare variables
shell: sh -x {0}
env:
Expand All @@ -76,6 +79,8 @@ jobs:
echo "base_dir=${GITHUB_WORKSPACE}" >> $GITHUB_ENV
fi
echo ".include[${job_index}].snippets"
yaml2json "${{ inputs.build_matrix_path }}" | jq -c ".include[${job_index}].snippets"
echo "zephyr_version=${ZEPHYR_VERSION}" >> $GITHUB_ENV
Expand Down

0 comments on commit 558a9d3

Please sign in to comment.