forked from organicmaps/organicmaps
Update linux-check.yaml
Signed-off-by: Raghaddahi <raghaddahi27@gmail.com>
This commit is contained in:
parent
3f5cf7008e
commit
2b1f9d37fc
1 changed files with 3 additions and 0 deletions
3
.github/workflows/linux-check.yaml
vendored
3
.github/workflows/linux-check.yaml
vendored
|
@ -48,6 +48,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 100 # enough to get all commits for the current day
|
||||
|
||||
- name: Set up environment and mock files
|
||||
run: ./setup-mock-files.sh
|
||||
|
||||
- name: Parallel submodules checkout
|
||||
shell: bash
|
||||
run: git submodule update --depth 1 --init --recursive --jobs=$(($(nproc) * 20))
|
||||
|
|
Loading…
Add table
Reference in a new issue