Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Jan 7, 2025
1 parent d89a228 commit b645916
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
java-version: '11'
distribution: 'temurin'

- name: Install leiningen
uses: DeLaGuardo/setup-clojure@13.0
with:
lein: latest

- name: Cache m2 repository
uses: actions/cache@v3
with:
Expand Down

0 comments on commit b645916

Please sign in to comment.