Skip to content

Commit

Permalink
ci workflow: debug prints added
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiterRider committed Aug 13, 2024
1 parent 2cd4146 commit f88d4f3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
run: |
brew update
brew install libffi
export LD_LIBRARY_PATH=/opt/homebrew/opt/libffi/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/homebrew/opt/libffi/lib
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/opt/homebrew/opt/libffi/lib
ls -lah /opt/homebrew/opt/libffi/lib
- name: Run example
run: go run examples/simple/cos/main_unix.go
run:
echo $LD_LIBRARY_PATH
echo $DYLD_LIBRARY_PATH
go run examples/simple/cos/main_unix.go

0 comments on commit f88d4f3

Please sign in to comment.