mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 10:23:04 +08:00
Merge pull request #30019 from smoogipoo/fix-ios-ci-build
Fix iOS CI build
This commit is contained in:
commit
eb8cc7fbb2
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