mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Update the release workflow.
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
|||||||
mingw-w64-i686-wxWidgets
|
mingw-w64-i686-wxWidgets
|
||||||
mingw-w64-i686-zlib
|
mingw-w64-i686-zlib
|
||||||
mingw-w64-i686-nsis
|
mingw-w64-i686-nsis
|
||||||
|
mingw-w64-i686-python
|
||||||
zip
|
zip
|
||||||
vim
|
vim
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -42,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
make -j2
|
MAGICK_TIME_LIMIT=100 make -j`nproc`
|
||||||
|
|
||||||
- name: nsis
|
- name: nsis
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user