mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
commit
4608c3972a
1 changed files with 9 additions and 0 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue