Skip to content

Commit

Permalink
More github CI tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Jan 7, 2024
1 parent f00bfbe commit f2d68f1
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -20,7 +20,7 @@ jobs:
path: 'fluxengine-testdata'
- name: apt
run: |
sudo apt install libudev-dev libsqlite3-dev protobuf-compiler libwxgtk3.0-gtk3-dev libfmt-dev libprotobuf-dev wx-common
sudo apt install libudev-dev libsqlite3-dev protobuf-compiler libwxgtk3.0-gtk3-dev libfmt-dev libprotobuf-dev wx-common qtbase5-dev
- name: make
run: CXXFLAGS="-Wp,-D_GLIBCXX_ASSERTIONS" make -j`nproc` -C fluxengine

Expand Down Expand Up @@ -71,6 +71,7 @@ jobs:
mingw-w64-i686-wxWidgets
mingw-w64-i686-zlib
mingw-w64-i686-png2ico
mingw-w64-i686-qt5-base
mingw-w64-i686-qt5-static
vim
zip
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
mingw-w64-i686-wxWidgets
mingw-w64-i686-zlib
mingw-w64-i686-png2ico
mingw-w64-i686-qt5-base
mingw-w64-i686-qt5-static
vim
zip
Expand Down

0 comments on commit f2d68f1

Please sign in to comment.