Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
update java install to 17
  • Loading branch information
plecharpent authored Mar 8, 2024
1 parent b58eb05 commit 7684ff4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'zulu' # openjdk
java-version: '17'

- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 7684ff4

Please sign in to comment.