소스 검색

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