github-actions: remove parallel build from win64 recipe

This commit is contained in:
barbudreadmon 2024-03-09 19:40:32 +01:00 committed by GitHub
parent fa2f4c953c
commit 8f76edb3d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,7 +140,7 @@ jobs:
- name: Build FBNeo
run: |
make -j$(nproc) mingw BUILD_X64_EXE=1 SKIPDEPEND=1 RELEASEBUILD=1
make mingw BUILD_X64_EXE=1 SKIPDEPEND=1 RELEASEBUILD=1
- name: Upload Artifact
uses: actions/upload-artifact@v2
@ -183,7 +183,7 @@ jobs:
- name: Build FBNeo
run: |
make -j$(nproc) mingw BUILD_X64_EXE=1 SKIPDEPEND=1
make mingw BUILD_X64_EXE=1 SKIPDEPEND=1
- name: Upload Artifact
uses: actions/upload-artifact@v2