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:
Lorenz Meier
2019-12-26 13:24:40 +01:00
committed by GitHub
parent 9ef0d7a6b6
commit 9d5c6c0baa
-1
View File
@@ -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