Skip to content

Commit c3a255a

Browse files
committed
Fix
1 parent d89a228 commit c3a255a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
java-version: '11'
2121
distribution: 'temurin'
2222

23+
- name: Install leiningen
24+
uses: ./
25+
with:
26+
lein: latest
27+
2328
- name: Cache m2 repository
2429
uses: actions/cache@v3
2530
with:

0 commit comments

Comments
 (0)