Skip to content

Commit

Permalink
setup JDK well
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyarmir committed Feb 12, 2024
1 parent b018e78 commit 8946a41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-java@v3
with:
java-version: '18'
distribution: 'temurin'
cache: 'gradle'

- name: Checkout
uses: actions/checkout@v4

- name: Cache gradle
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 8946a41

Please sign in to comment.