Skip to content

Commit

Permalink
minor Linux change
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Sep 17, 2023
1 parent 810b02d commit e0a10a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
with:
submodules: true

# - name: Set up QEMU for aarch64 on Linux
# if: runner.os == 'Linux'
# uses: docker/setup-qemu-action@v3
# with:
# platforms: all
- name: Set up QEMU for aarch64 on Linux
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: clean faust libraries
run: |
Expand Down Expand Up @@ -69,12 +69,6 @@ jobs:

build-ubuntu-docker:
runs-on: ubuntu-20.04

strategy:
matrix:
include:
- { python-version: "3.10"}

steps:
- uses: actions/checkout@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions DawDreamer.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="dawdreamer"
libraryPath="/usr/local/lib&#10;../../thirdparty/libfaust/ubuntu-x86_64/Debug/lib&#10;../../thirdparty/libsamplerate/build_release/src"/>
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="dawdreamer"
libraryPath="/usr/local/lib&#10;../../thirdparty/libfaust/ubuntu-x86_64/Release/lib&#10;../../thirdparty/libsamplerate/build_release/src"/>
<CONFIGURATION name="Release" isDebug="0" targetName="dawdreamer" libraryPath="/usr/local/lib&#10;../../thirdparty/libfaust/ubuntu-x86_64/Release/lib&#10;../../thirdparty/libsamplerate/build_release/src"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_core" path="JuceLibraryCode/modules"/>
Expand Down

0 comments on commit e0a10a6

Please sign in to comment.