Skip to content

Commit

Permalink
Merge pull request #178 from frenzibyte/save-android
Browse files Browse the repository at this point in the history
Work around Android CI workflow errors
  • Loading branch information
smoogipoo authored Nov 28, 2024
2 parents fa446c3 + 7d0d0d7 commit f4001da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
dotnet-version: 8.0.x

- name: Install Android workload
run: dotnet workload install android
# since windows image 20241113.3.0, not specifying a version here
# installs the .NET 7 version of android workload for very unknown reasons.
# revisit once we upgrade to .NET 9, it's probably fixed there.
run: dotnet workload install android --version (dotnet --version)

- name: Build
run: dotnet build SDL3-CS.Android.slnf -c Release
Expand Down

0 comments on commit f4001da

Please sign in to comment.