Skip to content

Commit

Permalink
Fix Release.yml (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
IeuanWalker committed May 9, 2024
1 parent ab63a81 commit 296bf66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:

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

- name: Setup Java JDK
uses: actions/setup-java@v3.13.0
with:
distribution: 'microsoft'
java-version: '11'

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

0 comments on commit 296bf66

Please sign in to comment.