From 9ef0d7a6b6e50d11371f6a434ec7a3ee7f40cc3c Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 26 Dec 2019 13:17:05 +0100 Subject: [PATCH] Update compile_nuttx.yml Fix submodule usage in CI. --- .github/workflows/compile_nuttx.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile_nuttx.yml b/.github/workflows/compile_nuttx.yml index 5425c60f75..13eefbbcdf 100644 --- a/.github/workflows/compile_nuttx.yml +++ b/.github/workflows/compile_nuttx.yml @@ -24,6 +24,5 @@ jobs: - uses: actions/checkout@v1 with: token: ${{ secrets.ACCESS_TOKEN }} - submodules: true - name: make ${{ matrix.config }} run: make ${{ matrix.config }}