Skip to content

Commit

Permalink
install leiningen in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Jan 23, 2025
1 parent 9291252 commit 30e4c0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Leiningen
uses: DeLaGuardo/setup-clojure@12.1
with:
lein: latest

- name: Use cache for maven dependencies
uses: actions/cache@v4
env:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/weekly-deps-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Leiningen
uses: DeLaGuardo/setup-clojure@12.1
with:
lein: latest

- name: Cache maven dependencies
uses: actions/cache@v4
env:
Expand Down

0 comments on commit 30e4c0c

Please sign in to comment.