Skip to content

Commit aece902

Browse files
committed
update github build script to use 2 cores
1 parent 9cca7c5 commit aece902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ cat slang-tag-version.h
1111
./premake5 gmake --cc=${CC}
1212

1313
# Build the configuration
14-
make config=${CONFIGURATION}_x64
14+
make config=${CONFIGURATION}_x64 -j2
1515

1616

0 commit comments

Comments
 (0)