Skip to content

Commit 3b60cdc

Browse files
committed
Remove the -j from the build scripts for OSX.
1 parent ea061d6 commit 3b60cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
6767
- name: make
68-
run: gmake -C fluxengine -j2
68+
run: gmake -C fluxengine
6969
- name: Upload build artifacts
7070
uses: actions/upload-artifact@v4
7171
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: make
9999
run: |
100-
gmake -j2
100+
gmake
101101
mv FluxEngine.pkg FluxEngine-${{ runner.arch }}.pkg
102102
103103
- name: tag

0 commit comments

Comments
 (0)