diff --git a/.github/workflows/reusable-check.yml b/.github/workflows/reusable-check.yml index 54588252e..7a0a02b77 100644 --- a/.github/workflows/reusable-check.yml +++ b/.github/workflows/reusable-check.yml @@ -109,6 +109,7 @@ jobs: with: gradle_encryption_key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} cache_read_only: ${{ needs.setup.outputs.cache_read_only }} + install_jetbrains_jdk: 'true' - name: Lint, Analysis & KMP Smoke Compile if: inputs.run_lint == true