Skip to content

Commit

Permalink
lowered core count for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlac committed Sep 23, 2023
1 parent e7912b2 commit 42b639a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
-G Ninja
- name: rebuild - clean (linux)
run: cmake --build ${{ github.workspace }}/.out --config Debug --target clean --parallel $(nproc)
run: cmake --build ${{ github.workspace }}/.out --config Debug --target clean --parallel 48

- name: rebuild - build (linux)
run: cmake --build ${{ github.workspace }}/.out --config Debug --target roguelite --parallel $(nproc)
run: cmake --build ${{ github.workspace }}/.out --config Debug --target roguelite --parallel 48

0 comments on commit 42b639a

Please sign in to comment.