Merge pull request #30747 from smoogipoo/remove-maui-workflow

Build Android with non-maui workflow
This commit is contained in:
Bartłomiej Dach 2024-11-18 10:16:34 +01:00 committed by GitHub
commit 28fb0bf909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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