Update linux-check.yaml

Signed-off-by: Raghaddahi <raghaddahi27@gmail.com>
This commit is contained in:
Raghaddahi 2025-03-16 08:25:46 +02:00 committed by GitHub
parent 3f5cf7008e
commit 2b1f9d37fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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))