clean up action checkout for sbumodules

This commit is contained in:
hathach 2020-03-24 10:28:34 +07:00
parent 86a8ffa430
commit 16d6da18e3
2 changed files with 0 additions and 4 deletions

View File

@ -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

1
.gitmodules vendored
View File

@ -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