Skip to content

Commit 3f896ab

Browse files
committed
fix(ci):Add golang.org/x/mobile tools installation to iOS build script
1 parent 66f38ba commit 3f896ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openlist-lib/scripts/gobind_ios.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ if [ -f ../go.mod ]; then
2929

3030
# Fix iOS incompatible dependencies
3131
echo "Fixing iOS incompatible dependencies..."
32+
go get -u golang.org/x/mobile/...
33+
go install golang.org/x/mobile/cmd/gobind@latest
34+
go install golang.org/x/mobile/cmd/gomobile@latest
3235
chmod +x scripts/fix_ios_dependencies.sh
3336
./scripts/fix_ios_dependencies.sh
3437

0 commit comments

Comments
 (0)