Skip to content

Commit

Permalink
Try and fix dependencies again...
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Oct 27, 2023
1 parent d2ff980 commit c90b0e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit c90b0e7

Please sign in to comment.