Skip to content

Commit

Permalink
Update build-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Jan 15, 2024
1 parent e716ae8 commit 2c5a035
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
go-version: '1.21.4' # Specify the Go version

- name: Install gomobile
- name: Install and Initialize gomobile
run: |
go get golang.org/x/mobile/bind@latest
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
go install golang.org/x/mobile/cmd/gomobile@latest
gomobile init
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Install gomobile
Expand Down

0 comments on commit 2c5a035

Please sign in to comment.