Skip to content

Commit

Permalink
setup java
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 17, 2022
1 parent 29fec2b commit 30b5025
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cli.yml
Expand Up @@ -41,6 +41,11 @@ jobs:
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Setup Java 17
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 30b5025

Please sign in to comment.