summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-03-24 10:13:48 +0700
committerhathach <[email protected]>2020-03-24 10:13:48 +0700
commit94528ff65bc984093a39ae102507f94f61af068c (patch)
tree279c012e9259184f6fe8ff4b1ec67587cd752605 /.github/workflows
parentc05990af959d5f505899e3122fbe34cd7f24e77e (diff)
checkout v2 with submodule
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4cf2f1390..ba1008aee 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,13 +44,15 @@ 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
- name: Build
run: python3 tools/build_all.py ${{ matrix.example }}