Try and fix dependencies again...

This commit is contained in:
David Given
2023-10-27 22:10:00 +01:00
parent d2ff9806bd
commit c90b0e7dc2

View File

@@ -70,6 +70,7 @@ jobs:
mingw-w64-i686-sqlite3
mingw-w64-i686-wxWidgets
mingw-w64-i686-zlib
mingw-w64-imagemagick
vim
zip
- name: update-protobuf
@@ -84,7 +85,7 @@ jobs:
repository: 'davidgiven/fluxengine-testdata'
path: 'fluxengine-testdata'
- name: build
run: make -j1 hide= -C fluxengine
run: make -j`nproc` -C fluxengine
- name: nsis
run: |