Build OSX with all CPUs.

This commit is contained in:
David Given
2023-10-25 00:56:45 +02:00
parent 1a519bf837
commit 9143f477b2

View File

@@ -38,7 +38,7 @@ jobs:
- name: brew
run: brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
- name: make
run: gmake -j2 -C fluxengine
run: gmake -j`nproc` -C fluxengine
- name: Upload build artifacts
uses: actions/upload-artifact@v2