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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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