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