Skip to content

Commit

Permalink
Merge pull request #30747 from smoogipoo/remove-maui-workflow
Browse files Browse the repository at this point in the history
Build Android with non-maui workflow
  • Loading branch information
bdach authored Nov 18, 2024
2 parents 5276f77 + 02deb39 commit 28fb0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28fb0bf

Please sign in to comment.