mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Update eepp-build-check.yml
Test 3 checkout submodules.
This commit is contained in:
committed by
GitHub
parent
d96ac44aac
commit
57ddcbf97c
10
.github/workflows/eepp-build-check.yml
vendored
10
.github/workflows/eepp-build-check.yml
vendored
@@ -11,9 +11,13 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 2
|
||||
ref: develop
|
||||
shell: bash
|
||||
run: |
|
||||
git submodule sync --recursive
|
||||
- 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
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
||||
Reference in New Issue
Block a user