Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
add distribution (jdk)
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Aug 31, 2021
1 parent 5221246 commit 4a32d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Clojure CLI
Expand Down

0 comments on commit 4a32d3f

Please sign in to comment.