mirror of https://github.com/ppy/osu
Make android build on non-maui workflow
This commit is contained in:
parent
5276f77ebd
commit
02deb39335
|
@ -114,7 +114,7 @@ jobs:
|
||||||
dotnet-version: "8.0.x"
|
dotnet-version: "8.0.x"
|
||||||
|
|
||||||
- name: Install .NET workloads
|
- name: Install .NET workloads
|
||||||
run: dotnet workload install maui-android
|
run: dotnet workload install android
|
||||||
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: dotnet build -c Debug osu.Android.slnf
|
run: dotnet build -c Debug osu.Android.slnf
|
||||||
|
|
Loading…
Reference in New Issue