Skip to content

Commit

Permalink
fix: fun with CI, swig edition
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Oct 31, 2024
1 parent b50f336 commit ebf8224
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,13 @@ jobs:
cd pkg/enet/enet
make
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Install swig
run: |
brew install swig
- name: Build
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit ebf8224

Please sign in to comment.