Skip to content

Commit

Permalink
Install faust from github releases
Browse files Browse the repository at this point in the history
Brew doesn't support macOS 12 anymore, so faust dependency libllvm needs
to be compiled, which takes a lot of time. Install from binary
distribution instead.
  • Loading branch information
ohmtech-rdi committed Nov 24, 2024
1 parent 5aca324 commit 30106ca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/macos_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- run: brew install faust
- run: curl https://github.com/grame-cncm/faust/releases/download/2.37.3/Faust-2.37.3-x64.dmg --location --output Faust-2.37.3-x64.dmg
- run: hdiutil attach Faust-2.37.3-x64.dmg
- run: echo 'export PATH=$PATH:/Volumes/Faust-2.37.3/Faust-2.37.3/bin' >> ~/.bash_profile
- run: brew install --cask vcv-rack
- name: VCV Rack headless first run
run: /Applications/VCV\ Rack\ 2\ Free.app/Contents/MacOS/Rack -h <<< '\n'
Expand Down Expand Up @@ -109,7 +111,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- run: brew install faust
- run: curl https://github.com/grame-cncm/faust/releases/download/2.37.3/Faust-2.37.3-x64.dmg --location --output Faust-2.37.3-x64.dmg
- run: hdiutil attach Faust-2.37.3-x64.dmg
- run: echo 'export PATH=$PATH:/Volumes/Faust-2.37.3/Faust-2.37.3/bin' >> ~/.bash_profile
- run: brew install --cask vcv-rack
- name: VCV Rack headless first run
run: /Applications/VCV\ Rack\ 2\ Free.app/Contents/MacOS/Rack -h <<< '\n'
Expand Down

0 comments on commit 30106ca

Please sign in to comment.