mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
ci: fix user id shenanigans
This commit is contained in:
parent
d5ef958740
commit
385d38d566
6
.github/workflows/build_all_targets.yml
vendored
6
.github/workflows/build_all_targets.yml
vendored
@ -10,12 +10,12 @@ jobs:
|
||||
runs-on: [runs-on,runner=8cpu-linux-x64,"run-id=${{ github.run_id }}"]
|
||||
container:
|
||||
image: px4io/px4-dev-base-focal:2021-09-08
|
||||
options: --user 1000
|
||||
options: --user 1001
|
||||
outputs:
|
||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||
timestamp: ${{ steps.set-timestamp.outputs.timestamp }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
- id: set-matrix
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
image: ${{ matrix.container }}
|
||||
options: --user 1001
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user