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 /.github/workflows | |
| parent | 86a8ffa4309eec6c67763e9fa1c3ef014424e856 (diff) | |
clean up action checkout for sbumodules
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 0 insertions, 3 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 |
