diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index e6946b88..d9be5dcd 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-java@v2 with: java-version: 21 + distribution: temurin - name: Set up Ruby uses: ruby/setup-ruby@v1