We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fcb77 commit 72d116fCopy full SHA for 72d116f
.github/workflows/gomobile.yml
@@ -52,7 +52,9 @@ jobs:
52
go-version: '^1.14'
53
# using this version to support more Architectures in the fat file: Openpgp are: armv7 i386 x86_64 arm64
54
- name: Install Gomobile
55
- run: go get -u golang.org/x/mobile/cmd/gomobile@33b80540585f2b31e503da24d6b2a02de3c53ff5
+ run: |
56
+ go get -u golang.org/x/mobile/cmd/gomobile@33b80540585f2b31e503da24d6b2a02de3c53ff5
57
+ gomobile init
58
- name: Build
59
run: make gomobile_ios
60
- name: Compress
0 commit comments