File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 3737 with :
3838 go-version : ' ^1.24'
3939 - name : Install Gomobile
40- run : |
41- go install golang.org/x/mobile/cmd/gomobile@latest
42- go install golang.org/x/mobile/cmd/gobind@latest
43- go get golang.org/x/mobile/cmd/gobind
44- go get golang.org/x/mobile/cmd/gomobile
45- gomobile init
40+ run : make gomobile
4641 - name : Build
4742 run : make gomobile_android
4843 env :
7267 with :
7368 go-version : ' ^1.24'
7469 - name : Install Gomobile
75- run : |
76- go install golang.org/x/mobile/cmd/gomobile@latest
77- go install golang.org/x/mobile/cmd/gobind@latest
78- go get golang.org/x/mobile/cmd/gobind
79- go get golang.org/x/mobile/cmd/gomobile
80- gomobile init
70+ run : make gomobile
8171 - name : Build Framework
8272 run : make gomobile_ios
8373 - name : Compress Framework
You can’t perform that action at this time.
0 commit comments