Skip to content

Commit 1cee8e0

Browse files
committed
less parallel
1 parent a71d3b2 commit 1cee8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-linux-glibc-2-17.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
3535
cd /home/app
3636
git config --global --add safe.directory /home/app
37-
cmake --preset default --fresh -DSLANG_SLANG_LLVM_FLAVOR=DISABLE -DSLANG_EMBED_STDLIB=1 -G 'Unix Makefiles'
38-
cmake --build --preset release -j
37+
cmake --preset default --fresh -DCMAKE_BUILD_TYPE=Release -DSLANG_SLANG_LLVM_FLAVOR=DISABLE -DSLANG_EMBED_STDLIB=1 -G 'Unix Makefiles'
38+
cmake --build --preset release -j$(nproc)
3939
4040
- name: Package Slang
4141
id: package

0 commit comments

Comments
 (0)