mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
ci: update tools and fix git ownership
Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
parent
f1a8606e74
commit
ce85cffbee
9
.github/workflows/appimage.yml
vendored
9
.github/workflows/appimage.yml
vendored
@ -11,8 +11,13 @@ jobs:
|
||||
container:
|
||||
image: px4io/px4-dev:v1.16.0-rc1-258-g0369abd556
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
- name: Git ownership workaround
|
||||
run: git config --system --add safe.directory '*'
|
||||
|
||||
- name: Install PX4 dependencies
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user