From 42eed4f77671ce04aefcfd4f6cd344ffb11bd1e4 Mon Sep 17 00:00:00 2001 From: Shane Neuville Date: Tue, 21 Nov 2023 05:55:05 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a72d188..e69a996 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v3 with: + distribution: 'microsoft' java-version: 11 - name: Restore dependencies run: dotnet restore ShanedlerSamples.sln