mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Use submodule option. Fix #2792
This commit is contained in:
parent
f3372b185e
commit
af3f167f49
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -51,12 +51,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Checkout submodules
|
with:
|
||||||
shell: bash
|
submodules: true
|
||||||
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
|
|
||||||
|
|
||||||
- name: Prepare Linux
|
- name: Prepare Linux
|
||||||
if: contains(matrix.os, 'ubuntu')
|
if: contains(matrix.os, 'ubuntu')
|
||||||
|
|
Loading…
Reference in a new issue