From 2d9b391cd4a1b7079a7b124948192b10cd5f21e4 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Sun, 24 Mar 2024 22:16:58 +0000 Subject: [PATCH] More tweaks. --- .github/workflows/build-user-config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index c06d501817b1..00959ba6d468 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -76,6 +76,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