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 c3b8460 commit 5df0146
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
export PATH=$PATH:$(pwd)
chmod +x lein
lein
- name: Install Dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5df0146

Please sign in to comment.