summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-03-24 10:24:38 +0700
committerhathach <[email protected]>2020-03-24 10:24:38 +0700
commit86a8ffa4309eec6c67763e9fa1c3ef014424e856 (patch)
treeff8668a1766a1b0feb0d30f9e8c5e5b27f1c2c00
parent94528ff65bc984093a39ae102507f94f61af068c (diff)
ci checkout submodules
-rw-r--r--.github/workflows/build.yml15
1 files changed, 7 insertions, 8 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ba1008aee..966f190f3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,15 +44,14 @@ jobs:
- name: Checkout TinyUSB
uses: actions/checkout@v2
- with:
- submodules: 'recursive'
- #- name: Checkout Submodules
- # shell: bash
- # run: |
- # auth_header="$(git config --local --get http.https://github.com/.extraheader)"
- # git submodule sync --recursive
- # git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive
+ - name: Checkout Submodules
+ shell: bash
+ run: |
+ #auth_header="$(git config --local --get http.https://github.com/.extraheader)"
+ git submodule sync --recursive
+ #git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive
+ git submodule update --init --recursive
- name: Build
run: python3 tools/build_all.py ${{ matrix.example }}