Skip to content

Commit

Permalink
Change leiningen installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ckindermann committed Jun 3, 2024
1 parent 38ac549 commit ba00eed
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ldtab-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ jobs:
distribution: 'adopt'
java-version: '17'

- name: Install Leiningen
run: |
curl https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein > ~/bin/lein
chmod +x ~/bin/lein
sudo ln -s ~/bin/lein /usr/local/bin/lein
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
# Install just one or all simultaneously
# The value must indicate a particular version of the tool, or use 'latest'
# to always provision the latest version
cli: 1.10.1.693 # Clojure CLI based on tools.deps
lein: 2.9.1 # Leiningen
cljfmt: 0.10.2 # cljfmt

- name: Cache Leiningen dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit ba00eed

Please sign in to comment.