mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-27 11:00:27 +00:00
github-actions: remove parallel build from win64 recipe
This commit is contained in:
parent
fa2f4c953c
commit
8f76edb3d6
4
.github/workflows/nightly-release.yml
vendored
4
.github/workflows/nightly-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user