File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ jobs:
126126 add-to-path : false
127127 - name : install and setup gomobile
128128 run : |
129+ go get -u google.golang.org/genproto
129130 go get -u golang.org/x/mobile/...
130131 go install golang.org/x/mobile/cmd/gobind@latest
131132 go install golang.org/x/mobile/cmd/gomobile@latest
@@ -157,6 +158,7 @@ jobs:
157158 go-version : ^1.24
158159 - name : install and setup gomobile
159160 run : |
161+ go get -u google.golang.org/genproto
160162 go get -u golang.org/x/mobile/...
161163 go install golang.org/x/mobile/cmd/gobind@latest
162164 go install golang.org/x/mobile/cmd/gomobile@latest
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104104 add-to-path : false
105105 - name : install and setup gomobile
106106 run : |
107+ go get -u google.golang.org/genproto
107108 go get -u golang.org/x/mobile/...
108109 go install golang.org/x/mobile/cmd/gobind@latest
109110 go install golang.org/x/mobile/cmd/gomobile@latest
@@ -135,6 +136,7 @@ jobs:
135136 go-version : ^1.24
136137 - name : install and setup gomobile
137138 run : |
139+ go get -u google.golang.org/genproto
138140 go get -u golang.org/x/mobile/...
139141 go install golang.org/x/mobile/cmd/gobind@latest
140142 go install golang.org/x/mobile/cmd/gomobile@latest
You can’t perform that action at this time.
0 commit comments