Skip to content

Commit

Permalink
Force reinstall of libsndfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Dec 12, 2023
1 parent 6792763 commit fc47c05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/macosdeps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit fc47c05

Please sign in to comment.