Skip to content

Commit

Permalink
Return of debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Oct 15, 2024
1 parent c9b3e5e commit 9dc6bdb
Showing 1 changed file with 2 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 @@ -39,8 +39,9 @@ jobs:
run: |
brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
brew list protobuf
pkg-config --libs --cflags protobuf
- name: make
run: gmake -j1 -C fluxengine -V1
run: gmake -j1 -C fluxengine V=1

- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9dc6bdb

Please sign in to comment.