Skip to content

Commit d867f54

Browse files
committed
chore: limit concurrency to fix build
1 parent 8f96787 commit d867f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
sudo sysctl -w vm.max_map_count=2251954
6666
6767
- name: Build
68-
run: /bin/bash ./build.sh --ci
68+
run: /bin/bash ./build.sh --ci --concurrency=10
6969

7070
- name: Run Rosetta
7171
run: /bin/bash ./scripts/run-rosetta.sh

0 commit comments

Comments
 (0)