Skip to content

Commit

Permalink
ci workflow: typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiterRider committed Aug 13, 2024
1 parent f88d4f3 commit 2dbda88
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 @@ -28,7 +28,7 @@ jobs:
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/opt/homebrew/opt/libffi/lib
ls -lah /opt/homebrew/opt/libffi/lib
- name: Run example
run:
run: |
echo $LD_LIBRARY_PATH
echo $DYLD_LIBRARY_PATH
go run examples/simple/cos/main_unix.go

0 comments on commit 2dbda88

Please sign in to comment.