Skip to content

Commit 2d7ce74

Browse files
authored
Added parallel scons compilation for actions (#969)
1 parent 946d4f1 commit 2d7ce74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
HOME: /root
2727
run: |
2828
. "$HOME/.cargo/env"
29-
scons -Q
29+
scons -Q --random -j2

0 commit comments

Comments
 (0)