Skip to content

Commit

Permalink
fix: gomobile path
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Feb 18, 2025
1 parent 63bb0a2 commit fd41a9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:

- name: Set up gomobile
run: |
go get golang.org/x/mobile/cmd/gomobile@latest
go get golang.org/x/mobile/cmd/gobind@latest
go install golang.org/x/mobile@latest
go install golang.org/x/mobile/cmd/gomobile@latest
go install golang.org/x/mobile/cmd/gobind@latest
- name: gomobile bind
run: |
Expand Down

0 comments on commit fd41a9e

Please sign in to comment.