From ccd7fcd45b45665a2c6fa59cf7ed61618e1be6c7 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 28 May 2026 13:20:05 -0700 Subject: [PATCH] fix(ci): install JetBrains JDK 21 for lint-check job (#5649) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/reusable-check.yml | 1 + 1 file changed, 1 insertion(+) 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