Skip to content

Commit

Permalink
Github actions setup java
Browse files Browse the repository at this point in the history
  • Loading branch information
damiansikora85 committed Nov 20, 2023
1 parent b2a7ed8 commit 33ddb97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
dotnet workload install maui --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json --source https://api.nuget.org/v3/index.json
dotnet workload install android maui wasm-tools --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json --source https://api.nuget.org/v3/index.json
- uses: actions/setup-java@v1
with:
java-version: '11'

- name: Restore nuget packages
run: |
dotnet restore BusSchedule.sln
Expand Down

0 comments on commit 33ddb97

Please sign in to comment.