ci: try with uid 1001

This commit is contained in:
Ramon Roche 2024-08-14 07:57:56 -07:00
parent 54d7c9cbbe
commit ae6fdde07a
No known key found for this signature in database
GPG Key ID: 275988FAE5821713

View File

@ -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: