diff --git a/.github/workflows/test-and-rebuild.yml b/.github/workflows/test-and-rebuild.yml index 71a2cbbb..6570a2f1 100644 --- a/.github/workflows/test-and-rebuild.yml +++ b/.github/workflows/test-and-rebuild.yml @@ -118,6 +118,12 @@ jobs: with: node-version: '20.11.0' + - name: Setup java + uses: actions/setup-java@v4 + with: + distribution: 'temurin' # See 'Supported distributions' for available options + java-version: '19' + - name: Restore cache yarn uses: actions/cache@v3 with: