Преглед изворни кода

Update GHActions workflows

Daniel Bohry пре 1 година
родитељ
комит
41b231c758
1 измењених фајлова са 1 додато и 0 уклоњено
  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