mirror of
https://github.com/ppy/osu
synced 2024-12-12 09:58:22 +00:00
Merge pull request #30747 from smoogipoo/remove-maui-workflow
Build Android with non-maui workflow
This commit is contained in:
commit
28fb0bf909
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
Block a user