Эх сурвалжийг харах

Update GHActions workflows

Daniel Bohry 1 жил өмнө
parent
commit
41b231c758

+ 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