mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
ci: try with uid 1001
This commit is contained in:
parent
54d7c9cbbe
commit
ae6fdde07a
4
.github/workflows/build_all_targets.yml
vendored
4
.github/workflows/build_all_targets.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user