Skip to content

Commit

Permalink
More debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Oct 15, 2024
1 parent 2fd1115 commit 0b22593
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ jobs:
path: 'fluxengine-testdata'
- name: brew
run: |
brew upgrade
brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
which protoc
protoc --version
find /usr/local/include/google/
- name: make
run: gmake -j`nproc` -C fluxengine
run: gmake -j1 -C fluxengine -V1

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

0 comments on commit 0b22593

Please sign in to comment.