Skip to content

Commit

Permalink
[ci] fix: remove setting custom DYLD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Jan 23, 2025
1 parent 5f8f211 commit 886ad55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ jobs:
- name: Update PATH (Windows)
if: runner.os == 'Windows'
run: Add-Content $env:GITHUB_PATH "C:\Program Files\jack\bin"
- name: Update DYLD_LIBRARY_PATH (macOS)
if: runner.os == 'macOS'
run: |
echo "DYLD_LIBRARY_PATH=$(brew --prefix)/opt/jack/lib" >> "$GITHUB_ENV"
- name: Run tests
run: nimble test -y
- name: Build examples (debug)
Expand Down

0 comments on commit 886ad55

Please sign in to comment.