Update compile_nuttx.yml

Fix submodule usage in CI.
This commit is contained in:
Lorenz Meier 2019-12-26 13:17:05 +01:00 committed by GitHub
parent 1f63408aa0
commit 9ef0d7a6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -24,6 +24,5 @@ jobs:
- uses: actions/checkout@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
submodules: true
- name: make ${{ matrix.config }}
run: make ${{ matrix.config }}