mirror of https://github.com/ppy/osu
Merge pull request #30747 from smoogipoo/remove-maui-workflow
Build Android with non-maui workflow
This commit is contained in:
commit
28fb0bf909
|
@ -114,7 +114,7 @@ jobs:
|
|||
dotnet-version: "8.0.x"
|
||||
|
||||
- name: Install .NET workloads
|
||||
run: dotnet workload install maui-android
|
||||
run: dotnet workload install android
|
||||
|
||||
- name: Compile
|
||||
run: dotnet build -c Debug osu.Android.slnf
|
||||
|
|
Loading…
Reference in New Issue