summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-01-23 14:34:06 +0700
committerhathach <[email protected]>2021-01-23 14:34:06 +0700
commit8af7ae867d8c2ef9bc31c66b67ac3197442f78ec (patch)
treec0c82a7b5b8a86179dbd6de233fecfd623c0e6bc /.github/workflows
parenta15f02dcc1438ced684ceafc0cff835e79c3c5fb (diff)
action checkout submodule=true
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e5b8cd6ae..e0abe2e91 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -80,14 +80,14 @@ jobs:
uses: actions/checkout@v2
with:
# Cannot do submodule checkout here since LWIP's git server cannot checkout unadventised commits (it must use tags)
- submodules: 'false'
+ submodules: 'true'
- - name: Checkout Submodules
- run: |
- git submodule sync --recursive
+# - name: Checkout Submodules
+# run: |
+# git submodule sync --recursive
# Special case LWIP since GNU's Savannah can't do shallow checkout of non-tagged commits
- git submodule update --init --recursive lib/lwip
- git submodule update --init --recursive --depth 1
+# git submodule update --init --recursive lib/lwip
+# git submodule update --init --recursive --depth 1
- name: Build
run: |