Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshika39 committed Dec 9, 2023
1 parent 02f4d37 commit 165c66a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/[email protected]

- name: Install java
uses: JavaToolInstaller@0
with:
versionSpec: "11"
jdkArchitectureOption: x64
- name: Install .NET MAUI
shell: pwsh
run: |
dotnet workload install maui --source https://aka.ms/dotnet6/nuget/index.json --source https://api.nuget.org/v3/index.json
dotnet workload install android maui wasm-tools --source https://aka.ms/dotnet6/nuget/index.json --source https://api.nuget.org/v3/index.json
- uses: actions/setup-java@v2
with:
distribution: 'microsoft'
java-version: '11'

- name: Restore dependencies
run: nuget restore $env:SOLUTION
Expand Down

0 comments on commit 165c66a

Please sign in to comment.