diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48a1e4e7..cc18182a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,12 @@ jobs: with: go-version: 1.23.4 cache-dependency-path: "**/go.sum" + - name: Setup Java + uses: actions/setup-java@v4 + if: steps.cache.outputs.cache-hit != 'true' + with: + distribution: 'temurin' + java-version: 21 - name: LibCore Cache id: cache uses: actions/cache@v4