Skip to content

Commit e1dab6c

Browse files
committed
chore(ios-ci):Fix iOS dependency script execution order in gobind script
1 parent 3f896ab commit e1dab6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openlist-lib/scripts/gobind_ios.sh

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

3030
# Fix iOS incompatible dependencies
3131
echo "Fixing iOS incompatible dependencies..."
32+
chmod +x scripts/fix_ios_dependencies.sh
33+
./scripts/fix_ios_dependencies.sh
3234
go get -u golang.org/x/mobile/...
3335
go install golang.org/x/mobile/cmd/gobind@latest
3436
go install golang.org/x/mobile/cmd/gomobile@latest
35-
chmod +x scripts/fix_ios_dependencies.sh
36-
./scripts/fix_ios_dependencies.sh
3737

3838
# Set CGO environment for iOS
3939
export CGO_ENABLED=1

0 commit comments

Comments
 (0)