1
0
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:
Dan Balasescu 2024-09-27 16:24:51 +09:00
parent 8ca68be5fe
commit cb51e12d13
No known key found for this signature in database

View File

@ -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