From 33ddb9784f5b8e01ad0322053c470886cfe21f26 Mon Sep 17 00:00:00 2001 From: Damian Sikora Date: Mon, 20 Nov 2023 20:55:30 +0100 Subject: [PATCH] Github actions setup java --- .github/workflows/github_actions_build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/github_actions_build.yml b/.github/workflows/github_actions_build.yml index 0b688b1..5395cf4 100644 --- a/.github/workflows/github_actions_build.yml +++ b/.github/workflows/github_actions_build.yml @@ -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