Skip to content

Commit

Permalink
replace gomobile in workflow file (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
UjuiUjuMandan authored Dec 28, 2024
1 parent 3b880ca commit 4fef761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install gomobile
run: |
go install golang.org/x/mobile/cmd/gomobile@latest
go install github.com/sagernet/gomobile/cmd/gomobile@latest
export PATH=$PATH:~/go/bin
- name: Setup Java
Expand Down

0 comments on commit 4fef761

Please sign in to comment.