mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Update eepp-build-check.yml
Try to fix checkout submodules.
This commit is contained in:
committed by
GitHub
parent
9680e2bc56
commit
d96ac44aac
9
.github/workflows/eepp-build-check.yml
vendored
9
.github/workflows/eepp-build-check.yml
vendored
@@ -7,14 +7,13 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout repository
|
||||
with:
|
||||
fetch-depth: 2
|
||||
ref: develop
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout submodules
|
||||
shell: bash
|
||||
run: |
|
||||
git submodule sync --recursive
|
||||
shell: bash
|
||||
run: |
|
||||
git submodule sync --recursive
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
||||
Reference in New Issue
Block a user