Skip to content

Commit

Permalink
ci: setup Java 17 in check-book job
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Apr 11, 2024
1 parent 1b6872d commit 0b07e37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
- name: Install just
run: cargo install just

# Required for kotlin snippets
- name: Set up Java 17
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: 17

- name: Check
run: just check-book

Expand Down

0 comments on commit 0b07e37

Please sign in to comment.