Skip to content

Commit

Permalink
Specify Java version to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Felicity-R committed Dec 13, 2023
1 parent 997a125 commit 6aa8b6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Setup msbuild
uses: microsoft/setup-msbuild@v1

- uses: actions/setup-java@v2
with:
distribution: 'microsoft'
java-version: '11'

- name: Restore NuGet packages
run: msbuild -t:restore
working-directory: App1/App1.Android
Expand Down

0 comments on commit 6aa8b6d

Please sign in to comment.