Skip to content

Commit

Permalink
Add Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
btmonier committed Apr 2, 2024
1 parent 0f28e70 commit a8322e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: 'gradle'
- uses: actions/checkout@v3

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

0 comments on commit a8322e4

Please sign in to comment.