forked from Archive/PX4-Autopilot
Update ccpp.yml
The checkout action is not recursive, leading to build issues. Rely on auto-checkout on make instead.
This commit is contained in:
parent
f8ab98b5de
commit
2120c87d1e
|
@ -10,7 +10,6 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ACCESS_TOKEN }}
|
token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
submodules: true
|
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue