Skip to content

Commit

Permalink
Update testing.yml - java architecture: x64
Browse files Browse the repository at this point in the history
  • Loading branch information
Pulimet authored Jul 24, 2024
1 parent d93e86c commit b103070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b103070

Please sign in to comment.