Skip to content

Commit

Permalink
fix: Manually get purego to fix ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Jan 5, 2025
1 parent 5227bbe commit 537085b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Build vib
run: |
go get ./...
go get github.com/ebitengine/purego
make build
- name: Build plugins
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
./set_new_version ${{ github.ref_name }}
go get ./...
go get github.com/ebitengine/purego
make build
- name: Build plugins
Expand Down

0 comments on commit 537085b

Please sign in to comment.