Skip to content

Commit

Permalink
ci runner: don't override DYLD_FALLBACK_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiterRider committed Aug 14, 2024
1 parent 801a673 commit 31c2f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Run example
run: go run examples/simple/cos/main_unix.go
env:
DYLD_FALLBACK_LIBRARY_PATH: /opt/homebrew/opt/libffi/lib
DYLD_FALLBACK_LIBRARY_PATH: $DYLD_FALLBACK_LIBRARY_PATH:/opt/homebrew/opt/libffi/lib

0 comments on commit 31c2f6d

Please sign in to comment.