Skip to content

Commit

Permalink
Fix build.yml (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
IeuanWalker authored May 9, 2024
1 parent e85faed commit ab63a81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ jobs:

- name: Install .NET MAUI ${{ env.NET_VERSION }}
run: dotnet workload install maui --ignore-failed-sources


- name: Setup Java JDK
uses: actions/[email protected]
with:
distribution: 'microsoft'
java-version: '11'

- name: Restore dependencies
run: dotnet restore ${{ env.PROJECT_PATH }}

Expand Down

0 comments on commit ab63a81

Please sign in to comment.