Skip to content

Commit

Permalink
don't use compiler optimization on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dingodoppelt committed Jan 25, 2024
1 parent 0cbf031 commit 43fcd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: dependencies
run: sudo apt install build-essential lv2-dev
- name: make
run: make && tar czf ewisynth-lv2.tar.gz ewisynth.lv2/
run: make CXXFLAGS='' && tar czf ewisynth-lv2.tar.gz ewisynth.lv2/
- name: Upload lv2 Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 43fcd5e

Please sign in to comment.