Skip to content

Commit

Permalink
GHA: use actions/setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Dec 12, 2023
1 parent 55bf0c8 commit 2c9ebd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c9ebd5

Please sign in to comment.