Do parallel builds on OSX.

This commit is contained in:
David Given
2024-01-30 21:28:03 +01:00
parent 327bc76c6e
commit 83d907bf71

View File

@@ -94,10 +94,12 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: brew
run: brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
- name: make
run: gmake
run: gmake -j`nproc`
- name: tag
uses: EndBug/latest-tag@latest