mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
Update release.yml
This commit is contained in:
parent
226553710e
commit
f1dfd1a9fb
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