Skip to content

Commit

Permalink
Force gcc-14
Browse files Browse the repository at this point in the history
  • Loading branch information
bgribble committed Feb 24, 2025
1 parent d86c30c commit a36b3c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
run: python -m pip install --upgrade pip setuptools wheel
- 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: GCC version
run: gcc --version && echo | gcc -E -Wp,-v -
- name: Configure MFP
run: ./waf -v -v configure
run: CC=gcc-14 ./waf -v -v configure
- name: Build MFP
run: ./waf build
- name: Save built archive
Expand Down

0 comments on commit a36b3c2

Please sign in to comment.