github-actions: remove parallel build from windows recipe

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

View File

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