From 4e7843e74e424ce7aaab7c28df931cf137c18fe6 Mon Sep 17 00:00:00 2001 From: Ayush Sarodey <72145248+ayushsarode@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:56:36 +0530 Subject: [PATCH] Update pull-request-tests.yml --- .github/workflows/pull-request-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-tests.yml b/.github/workflows/pull-request-tests.yml index 5eefbe0..64a0b47 100644 --- a/.github/workflows/pull-request-tests.yml +++ b/.github/workflows/pull-request-tests.yml @@ -24,6 +24,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: '17' + distribution: 'temurin' - name: Build and Verify run: |