Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Fix xamarin build
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Nov 27, 2023
1 parent 7f55cc7 commit ba33a49
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 @@ -26,6 +26,11 @@ jobs:
with:
fetch-depth: 0

- uses: AdoptOpenJDK/install-jdk@v1
with:
version: '13'
architecture: x64

- name: Setup .NET 8.0
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit ba33a49

Please sign in to comment.