From ac74f09dc87f0d42c31b5cc156cb07cbbd39ae18 Mon Sep 17 00:00:00 2001 From: Benjamin Doherty Date: Mon, 1 May 2023 18:45:34 -0400 Subject: [PATCH] Fix Android CI release build --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44cc1308f3..f51e6a6f4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,6 +112,10 @@ jobs: - uses: actions/checkout@v3.3.0 with: ref: ${{ steps.git_ref.outputs.ref }} + - uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '17' - name: Run build script env: TAG: ${{ steps.git_ref.outputs.tag }}