Skip to content

Commit

Permalink
Make uild verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
bgribble committed Feb 24, 2025
1 parent a36b3c2 commit 15ff696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Install dev files
run: sudo apt install gcc-14 libglib2.0-dev cmake libserd-dev libjson-glib-dev libprotobuf-c-dev libjack-jackd2-dev liblo-dev lv2-dev libasound2-dev ladspa-sdk faust faust-common libfaust2t64 llvm-dev libllvmlibc-19-dev libpolly-19-dev
- name: Configure MFP
run: CC=gcc-14 ./waf -v -v configure
run: CC=gcc-14 ./waf configure
- name: Build MFP
run: ./waf build
run: ./waf -v -v build
- name: Save built archive
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 15ff696

Please sign in to comment.