Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila authored Aug 24, 2023
1 parent 0a764a8 commit fb342eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup .NET 7
uses: actions/setup-dotnet@main
with:
dotnet-version: 7.x
dotnet-version: 7.0.9 # TEMP FIX: SDK 7.0.306 broke the Android builds
- name: Setup .NET workload Android
run: dotnet workload install android
- name: Setup JDK 17
Expand Down

0 comments on commit fb342eb

Please sign in to comment.