Skip to content

Commit 72d116f

Browse files
committed
added init
1 parent e7fcb77 commit 72d116f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gomobile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
go-version: '^1.14'
5353
# using this version to support more Architectures in the fat file: Openpgp are: armv7 i386 x86_64 arm64
5454
- name: Install Gomobile
55-
run: go get -u golang.org/x/mobile/cmd/gomobile@33b80540585f2b31e503da24d6b2a02de3c53ff5
55+
run: |
56+
go get -u golang.org/x/mobile/cmd/gomobile@33b80540585f2b31e503da24d6b2a02de3c53ff5
57+
gomobile init
5658
- name: Build
5759
run: make gomobile_ios
5860
- name: Compress

0 commit comments

Comments
 (0)