diff --git a/.github/actions/macosdeps/action.yml b/.github/actions/macosdeps/action.yml index a3a2ca2..f19c6e9 100644 --- a/.github/actions/macosdeps/action.yml +++ b/.github/actions/macosdeps/action.yml @@ -34,9 +34,10 @@ runs: shell: ${{inputs.shell}} run: brew install --force --overwrite node@18 - - name: Install libsndfile + # Reinstall step needed to fix the problem with @loader_path + - name: (Re) Install libsndfile shell: ${{inputs.shell}} - run: brew install libsndfile + run: brew reinstall libsndfile - name: Install Volk shell: ${{inputs.shell}}