diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 780da6a..383b4ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,12 @@ jobs: run: | pacman -S --needed --noconfirm ${{ env.PKG_MSYS2_MINGW64 }} + # Setup Java + - uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '17' + # Setup Perl - name: Set up perl uses: shogo82148/actions-setup-perl@v1