From 86a8ffa4309eec6c67763e9fa1c3ef014424e856 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 24 Mar 2020 10:24:38 +0700 Subject: [PATCH] ci checkout submodules --- .github/workflows/build.yml | 15 +++++++-------- 1 file 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 }}