diff options
| author | hathach <[email protected]> | 2020-03-24 10:24:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-03-24 10:24:38 +0700 |
| commit | 86a8ffa4309eec6c67763e9fa1c3ef014424e856 (patch) | |
| tree | ff8668a1766a1b0feb0d30f9e8c5e5b27f1c2c00 /.github | |
| parent | 94528ff65bc984093a39ae102507f94f61af068c (diff) | |
ci checkout submodules
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 15 |
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 }} |
