Skip to content

Commit

Permalink
Make android build on non-maui workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Nov 18, 2024
1 parent 5276f77 commit 02deb39
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 02deb39

Please sign in to comment.