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