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 f73432a commit e716ae8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android Build and Release
name: Build for Android

on:
workflow_dispatch:
Expand All @@ -19,9 +19,15 @@ jobs:
git lfs pull
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.x' # Specify the Go version
go-version: '1.21.4' # Specify the Go version

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

0 comments on commit e716ae8

Please sign in to comment.