diff --git a/.github/workflows/linux-check.yaml b/.github/workflows/linux-check.yaml index 17adeecbd2..76861253b0 100644 --- a/.github/workflows/linux-check.yaml +++ b/.github/workflows/linux-check.yaml @@ -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))