diff options
| author | hathach <[email protected]> | 2020-03-24 10:28:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-03-24 10:28:34 +0700 |
| commit | 16d6da18e3215608e30ad23897162f65740530cd (patch) | |
| tree | a191d0f0b62bf1ed75833cea48c11112ae910739 | |
| parent | 86a8ffa4309eec6c67763e9fa1c3ef014424e856 (diff) | |
clean up action checkout for sbumodules
| -rw-r--r-- | .github/workflows/build.yml | 3 | ||||
| -rw-r--r-- | .gitmodules | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 966f190f3..8005c114d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,11 +46,8 @@ jobs: uses: actions/checkout@v2 - 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 diff --git a/.gitmodules b/.gitmodules index 32e537dce..c1c5cefe7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,7 +31,6 @@ [submodule "lib/CMSIS_5"] path = lib/CMSIS_5 url = https://github.com/ARM-software/CMSIS_5.git - branch = master [submodule "lib/CMSIS_4"] path = lib/CMSIS_4 url = https://github.com/ARM-software/CMSIS.git |
