mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge #2879
2879: Use submodule option. Fix #2792 r=def- a=Learath2 Co-authored-by: Emir Marincic <learath2@gmail.com>
This commit is contained in:
commit
5d7f9698ca
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -51,12 +51,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- 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 --depth=1
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Prepare Linux
|
||||
if: contains(matrix.os, 'ubuntu')
|
||||
|
|
Loading…
Reference in a new issue