We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71d3b2 commit 1cee8e0Copy full SHA for 1cee8e0
.github/workflows/release-linux-glibc-2-17.yml
@@ -34,8 +34,8 @@ jobs:
34
35
cd /home/app
36
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
+ cmake --preset default --fresh -DCMAKE_BUILD_TYPE=Release -DSLANG_SLANG_LLVM_FLAVOR=DISABLE -DSLANG_EMBED_STDLIB=1 -G 'Unix Makefiles'
+ cmake --build --preset release -j$(nproc)
39
40
- name: Package Slang
41
id: package
0 commit comments