Add debugging.

This commit is contained in:
David Given
2024-10-15 22:05:42 +02:00
parent 38d4bbdba1
commit 2fd1115ec9

View File

@@ -36,7 +36,11 @@ jobs:
repository: 'davidgiven/fluxengine-testdata'
path: 'fluxengine-testdata'
- name: brew
run: brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
run: |
brew upgrade
brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
which protoc
protoc --version
- name: make
run: gmake -j`nproc` -C fluxengine