Skip to content

Commit

Permalink
Asenna lein
Browse files Browse the repository at this point in the history
  • Loading branch information
tomikat committed Jan 17, 2025
1 parent d851a09 commit f513589
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Install Leiningen
run: |
wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
chmod +x lein
sudo cp lein /usr/local/sbin
lein
- name: Install Dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f513589

Please sign in to comment.