1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 01:10:06 +08:00

Rollback iOS workload to last known working version

This commit is contained in:
Dan Balasescu 2024-10-05 23:00:04 +09:00
parent 31aea86eab
commit 232381c9fb
No known key found for this signature in database

View File

@ -133,10 +133,7 @@ jobs:
dotnet-version: "8.0.x"
- 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
run: dotnet workload install ios --from-rollback-file https://raw.githubusercontent.com/ppy/osu-framework/refs/heads/master/workloads.json
- name: Build
run: dotnet build -c Debug osu.iOS