Skip to content

Commit

Permalink
ci runner: export LD_LIBRARY_PATH for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiterRider committed Aug 13, 2024
1 parent 387d91d commit 2cd4146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
run: |
brew update
brew install libffi
export LD_LIBRARY_PATH=/opt/homebrew/opt/libffi/lib
- name: Run example
run: go run examples/simple/cos/main_unix.go

0 comments on commit 2cd4146

Please sign in to comment.