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:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: apt
|
- 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
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: brew
|
- 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
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
@@ -46,6 +46,7 @@ jobs:
|
|||||||
mingw-w64-i686-protobuf
|
mingw-w64-i686-protobuf
|
||||||
vim
|
vim
|
||||||
diffutils
|
diffutils
|
||||||
|
mingw-w64-i686-wxWidgets
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|||||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
|||||||
mingw-w64-i686-protobuf
|
mingw-w64-i686-protobuf
|
||||||
vim
|
vim
|
||||||
diffutils
|
diffutils
|
||||||
|
mingw-w64-i686-wxWidgets
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user