Skip to content

Commit b8cc157

Browse files
committed
pr changes
1 parent fef7e78 commit b8cc157

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/actions/setup-leiningen/action.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,12 @@ runs:
2525
java-version: ${{ inputs.java-version }}
2626

2727
- name: Install Leiningen
28-
shell: bash
29-
run: |
30-
wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
31-
chmod +x lein
32-
sudo mv lein /usr/local/bin/
33-
lein version
28+
uses: DeLaGuardo/setup-clojure@13.0
29+
with:
30+
lein: 'latest'
3431

3532
- name: Install Leiningen dependencies
3633
if: inputs.install-deps == 'true'
3734
shell: bash
3835
run: |
39-
lein deps
4036
lein pom

0 commit comments

Comments
 (0)