forked from Archive/PX4-Autopilot
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
|
@ -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…
Reference in New Issue