Skip to content

Commit

Permalink
chore: replace setup java action with mise
Browse files Browse the repository at this point in the history
  • Loading branch information
k13gomez committed Sep 3, 2024
1 parent 602ec7f commit 0daf952
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
# see: https://github.com/marketplace/actions/setup-java
distribution: 'corretto'
java-version: '11'
- name: Setup SDKs
uses: jdx/mise-action@v2
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@12.1
with:
Expand Down

0 comments on commit 0daf952

Please sign in to comment.