Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Nov 24, 2023
1 parent 4f9a63b commit e1650f3
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 @@ -44,6 +44,11 @@ jobs:
with:
dotnet-version: '8.0.x'

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

- name: Add .NET Workloads
run: dotnet workload install maui-ios maui-android maui-maccatalyst maui-windows

Expand Down

0 comments on commit e1650f3

Please sign in to comment.