mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Update SITL Github Action
Github doesn't check out recursively, which breaks the build. We rely on the auto-checkout in our build system instead.
This commit is contained in:
parent
9ef0d7a6b6
commit
9d5c6c0baa
1
.github/workflows/sitl_tests.yml
vendored
1
.github/workflows/sitl_tests.yml
vendored
@ -10,7 +10,6 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
submodules: true
|
||||
- name: Set Python 3 as default
|
||||
run: update-alternatives --install /usr/bin/python python /usr/bin/python3 10
|
||||
- name: Install psutil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user