mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 01:23:44 +08:00
Fix iOS CI build
This commit is contained in:
parent
8ca68be5fe
commit
cb51e12d13
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -135,5 +135,8 @@ jobs:
|
||||
- name: Install .NET Workloads
|
||||
run: dotnet workload install maui-ios
|
||||
|
||||
- name: Select Xcode 16
|
||||
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
|
||||
|
||||
- name: Build
|
||||
run: dotnet build -c Debug osu.iOS
|
||||
|
Loading…
Reference in New Issue
Block a user