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 bcb6c89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Install Leiningen
run: |
wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
export PATH=$PATH:$(pwd)
lein
- name: Install Dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bcb6c89

Please sign in to comment.