Skip to content

Commit 479e4d7

Browse files
committed
1 parent b6438b4 commit 479e4d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
# Setup Leiningen. Also supports setting up other commonly used tools.
2929
- name: Install clojure tools
3030
uses: DeLaGuardo/[email protected]
31-
with: lein: 2.9.1
31+
with:
32+
lein: 2.9.1
3233
# Enable cache so our actions run faster.
3334
- name: Cache clojure dependencies
3435
uses: actions/cache@v3

0 commit comments

Comments
 (0)