Skip to content

Commit

Permalink
Make Windows CMake CI use only one job to try to avoid heap space exh…
Browse files Browse the repository at this point in the history
…austion
  • Loading branch information
calcmogul committed Sep 19, 2023
1 parent 157239b commit 4d3bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:

- name: build
working-directory: build
run: cmake --build . --parallel $(nproc) --config Release
run: cmake --build . --parallel 1 --config Release

0 comments on commit 4d3bea7

Please sign in to comment.