Skip to content

Commit

Permalink
Fix Java setup on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmacdonald committed Nov 3, 2023
1 parent 39ba9a3 commit cc7be9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: "Setup Java 17"
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
java-version: '17'
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@12.1
with:
Expand Down

0 comments on commit cc7be9e

Please sign in to comment.