Skip to content

Commit

Permalink
less parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Jul 9, 2024
1 parent a71d3b2 commit 1cee8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-linux-glibc-2-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
cd /home/app
git config --global --add safe.directory /home/app
cmake --preset default --fresh -DSLANG_SLANG_LLVM_FLAVOR=DISABLE -DSLANG_EMBED_STDLIB=1 -G 'Unix Makefiles'
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)
- name: Package Slang
id: package
Expand Down

0 comments on commit 1cee8e0

Please sign in to comment.