Skip to content

Commit

Permalink
ci workflow: install libffi on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiterRider committed Aug 13, 2024
1 parent 8c9065a commit 387d91d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Install libffi
if: runner.os == 'macOS'
run: |
brew update
brew install libffi
- name: Run example
run: go run examples/simple/cos/main_unix.go

0 comments on commit 387d91d

Please sign in to comment.