Update release.yml

This commit is contained in:
NBA2K1 2025-08-30 02:08:44 +02:00
parent 226553710e
commit f1dfd1a9fb

View file

@ -107,6 +107,15 @@ jobs:
- name: Install the CLI tool
run: cargo install 'flutter_rust_bridge_codegen'
- name: Select Xcode 16.2
run: sudo xcode-select -switch /Applications/Xcode_16.2.app/Contents/Developer
- name: Print Xcode version
run: xcodebuild -version
- name: Download iOS Platform
run: xcodebuild -downloadPlatform iOS
- name: flutter pub get
run: flutter pub get