Skip to content

Commit

Permalink
Increase processor count.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Oct 22, 2023
1 parent 9d8e3b2 commit d769f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
sudo apt install libudev-dev libsqlite3-dev protobuf-compiler libwxgtk3.0-gtk3-dev libfmt-dev libprotobuf-dev wx-common
- name: make
run: CXXFLAGS="-Wp,-D_GLIBCXX_ASSERTIONS" make -j2 -C fluxengine
run: CXXFLAGS="-Wp,-D_GLIBCXX_ASSERTIONS" make -j`nproc` -C fluxengine

build-macos-current:
runs-on: macos-latest
Expand Down

0 comments on commit d769f90

Please sign in to comment.