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