Skip to content

Commit db28af1

Browse files
committed
removed extra go install
1 parent 5220b73 commit db28af1

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/gomobile.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,7 @@ jobs:
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:
@@ -72,12 +67,7 @@ jobs:
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

0 commit comments

Comments
 (0)