From b103070928301886812c92750bff4c163c444a39 Mon Sep 17 00:00:00 2001 From: Alexey Korolev Date: Wed, 24 Jul 2024 08:44:06 +0300 Subject: [PATCH] Update testing.yml - java architecture: x64 --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 719a309..2d19998 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -17,6 +17,7 @@ jobs: uses: actions/setup-java@v4 # Uses the setup-java action to set up JDK 18 with: java-version: 17 # Specifies the version of Java to set up + architecture: x64 distribution: 'temurin' # Specifies the distribution of Java to set up (e.g., adopt, zulu, temurin) - run: echo "JAVA_18=$JAVA_HOME" >> $GITHUB_ENV # Sets the JAVA_HOME environment variable