File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333 - name : Install gomobile
3434 run : |
35- MOBILE_TOOLS_VERSION=v0.0.0-20260312152759-81488f6aeb60
35+ MOBILE_TOOLS_VERSION="$(tr -d '[:space:]' < android/gomobile.version)"
3636 go install golang.org/x/mobile/cmd/gomobile@${MOBILE_TOOLS_VERSION}
3737 go install golang.org/x/mobile/cmd/gobind@${MOBILE_TOOLS_VERSION}
3838 echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
Original file line number Diff line number Diff line change 5858
5959 - name : Install gomobile
6060 run : |
61- MOBILE_TOOLS_VERSION=v0.0.0-20260312152759-81488f6aeb60
61+ MOBILE_TOOLS_VERSION="$(tr -d '[:space:]' < android/gomobile.version)"
6262 go install golang.org/x/mobile/cmd/gomobile@${MOBILE_TOOLS_VERSION}
6363 go install golang.org/x/mobile/cmd/gobind@${MOBILE_TOOLS_VERSION}
6464 echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
You can’t perform that action at this time.
0 commit comments