mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add wxwidgets to the build dependencies.
This commit is contained in:
5
.github/workflows/ccpp.yml
vendored
5
.github/workflows/ccpp.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: apt
|
||||
run: sudo apt update && sudo apt install libudev-dev libsqlite3-dev ninja-build protobuf-compiler
|
||||
run: sudo apt update && sudo apt install libudev-dev libsqlite3-dev ninja-build protobuf-compiler libwxgtk3.0-gtk3-dev
|
||||
- name: make
|
||||
run: make
|
||||
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: brew
|
||||
run: brew install sqlite pkg-config libusb ninja protobuf truncate
|
||||
run: brew install sqlite pkg-config libusb ninja protobuf truncate wxwidgets
|
||||
- name: make
|
||||
run: make
|
||||
|
||||
@@ -46,6 +46,7 @@ jobs:
|
||||
mingw-w64-i686-protobuf
|
||||
vim
|
||||
diffutils
|
||||
mingw-w64-i686-wxWidgets
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
||||
mingw-w64-i686-protobuf
|
||||
vim
|
||||
diffutils
|
||||
mingw-w64-i686-wxWidgets
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
Reference in New Issue
Block a user