From b2e59a88e779bd6a77f443181cf32449395d3345 Mon Sep 17 00:00:00 2001 From: David Braun <2096055+DBraun@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:22:46 -0500 Subject: [PATCH] Update all.yml --- .github/workflows/all.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 7374a62..3b12a5c 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -47,7 +47,9 @@ jobs: - name: Build Reverb operator shell: cmd - run: python faust2td.py --dsp reverb.dsp --type "Reverb" --label "Reverb" --icon "Rev" --author "David Braun" --email "github.com/DBraun" --drop-prefix + run: | + set PATH=%CD%/thirdparty/libfaust/win64/Release/bin;%PATH% + python faust2td.py --dsp reverb.dsp --type "Reverb" --label "Reverb" --icon "Rev" --author "David Braun" --email "github.com/DBraun" --drop-prefix - name: Make distribution run: | @@ -97,7 +99,9 @@ jobs: # - name: Build Reverb operator # shell: cmd - # run: python faust2td.py --dsp reverb.dsp --type "Reverb" --label "Reverb" --icon "Rev" --author "David Braun" --email "github.com/DBraun" --drop-prefix + # run: | + # export PATH=$PWD/thirdparty/libfaust/darwin-x64/Release/:$PWD/thirdparty/libfaust/darwin-arm64/Release/:$PATH + # python faust2td.py --dsp reverb.dsp --type "Reverb" --label "Reverb" --icon "Rev" --author "David Braun" --email "github.com/DBraun" --drop-prefix # - name: Make distribution # run: |