Browse Source

Update GHActions workflows

Daniel Bohry 1 year ago
parent
commit
41b231c758
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -17,5 +17,6 @@ jobs:
         uses: actions/setup-java@v3
         with:
           java-version: '21'
+          distribution: 'corretto'
       - name: Build with Gradle
         run: chmod +x ./gradlew && ./gradlew clean build test