mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-14 04:18:56 +00:00
clean up action checkout for sbumodules
This commit is contained in:
parent
86a8ffa430
commit
16d6da18e3
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
1
.gitmodules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user