Browse Source

Update compile_nuttx.yml

Fix submodule usage in CI.
sbg
Lorenz Meier 5 years ago committed by GitHub
parent
commit
9ef0d7a6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/compile_nuttx.yml

1
.github/workflows/compile_nuttx.yml

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

Loading…
Cancel
Save