From ae6fdde07ac187ec6bffdb0bad0cac2942c8a9eb Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Wed, 14 Aug 2024 07:57:56 -0700 Subject: [PATCH] ci: try with uid 1001 --- .github/workflows/build_all_targets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all_targets.yml b/.github/workflows/build_all_targets.yml index 6ec8acfbdc..9d8362d8f0 100644 --- a/.github/workflows/build_all_targets.yml +++ b/.github/workflows/build_all_targets.yml @@ -10,7 +10,7 @@ jobs: runs-on: [runs-on,runner=2cpu-linux-x64,image=ubuntu22-full-x64,"run-id=${{ github.run_id }}"] container: image: px4io/px4-dev-base-focal:2021-09-08 - # options: --user 1001 + options: --user 1001 outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} timestamp: ${{ steps.set-timestamp.outputs.timestamp }} @@ -35,7 +35,7 @@ jobs: matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }} container: image: ${{ matrix.container }} - # options: --user 1001 + options: --user 1001 steps: - uses: actions/checkout@v4 with: