From 809d63bbf5a895f19cb308da077d5f1d699a6a65 Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Wed, 14 Aug 2024 10:23:13 -0700 Subject: [PATCH] ci: debug on a single matrix element --- .github/workflows/build_all_targets.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_all_targets.yml b/.github/workflows/build_all_targets.yml index 9d8362d8f0..845f1c0953 100644 --- a/.github/workflows/build_all_targets.yml +++ b/.github/workflows/build_all_targets.yml @@ -32,7 +32,13 @@ jobs: runs-on: [runs-on,runner=8cpu-linux-x64,image=ubuntu22-full-x64,"run-id=${{ github.run_id }}"] needs: group_targets strategy: - matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }} + # matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }} + matrix: + include: + - group: 'nuttx-px4' + targets: 'px4_fmu-v5x_default,px4_fmu-v6x_default' + container: 'px4io/px4-dev-nuttx-focal:2022-08-12' + arch: 'nuttx' container: image: ${{ matrix.container }} options: --user 1001 @@ -41,6 +47,12 @@ jobs: with: submodules: true # token: ${{ secrets.ACCESS_TOKEN }} + - name: debug permissions + run: | + echo "::group::DebugPermissions" + echo $UID + echo $PATH + echo "::endgroup::" - name: ccache setup keys uses: actions/cache@v4 with: