Add wxwidgets to the build dependencies.

This commit is contained in:
David Given
2021-12-17 20:24:50 +00:00
parent 8b6b3ee3b8
commit 0560da246b
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -27,6 +27,7 @@ jobs:
mingw-w64-i686-protobuf
vim
diffutils
mingw-w64-i686-wxWidgets
- uses: actions/checkout@v2
with:
fetch-depth: 1