Remove the -j from the build scripts for OSX.

This commit is contained in:
David Given
2025-08-19 01:15:47 +02:00
parent ea061d65c9
commit 3b60cdc707
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ jobs:
run: |
brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
- name: make
run: gmake -C fluxengine -j2
run: gmake -C fluxengine
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:

View File

@@ -97,7 +97,7 @@ jobs:
- name: make
run: |
gmake -j2
gmake
mv FluxEngine.pkg FluxEngine-${{ runner.arch }}.pkg
- name: tag