Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 98ab947

Browse files
committed
fix on linux
1 parent 529efb6 commit 98ab947

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: submodules
1717
shell: bash
1818
run: |
19-
git submodule update --init --recursive || echo "some submodules may have failed and it may be ok"
19+
git submodule update --init --recursive --jobs 8 || echo "some submodules may have failed and it may be ok"
2020
2121
- name: build
2222
shell: bash

run.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)