Skip to content

Commit

Permalink
fixed Android build by setting up Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
MFinkBK committed Feb 7, 2024
1 parent 804ca2c commit 873f841
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
uses: actions/checkout@v3
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.3.1
- name: Setup Java 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- name: Remove unit project
run: |
dotnet sln .\Xamarin.CommunityToolkit.sln remove src\CommunityToolkit\Xamarin.CommunityToolkit.UnitTests\Xamarin.CommunityToolkit.UnitTests.csproj
Expand Down

0 comments on commit 873f841

Please sign in to comment.