Skip to content

Commit

Permalink
ci/cd: run varargs/libc added
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiterRider committed Dec 27, 2024
1 parent 5194fea commit 06fb279
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ jobs:
run: |
brew update
brew install libffi
- name: Run example
- name: Run simple/cos
run: go run .
working-directory: ./examples/simple/cos/
env:
DYLD_FALLBACK_LIBRARY_PATH: $DYLD_FALLBACK_LIBRARY_PATH:/opt/homebrew/opt/libffi/lib
- name: Run varargs/libc
run: go run .
working-directory: ./examples/varargs/libc/
env:
DYLD_FALLBACK_LIBRARY_PATH: $DYLD_FALLBACK_LIBRARY_PATH:/opt/homebrew/opt/libffi/lib

0 comments on commit 06fb279

Please sign in to comment.