Skip to content

Commit e82711b

Browse files
committed
set CLI version in action
1 parent c8560ef commit e82711b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
- uses: actions/checkout@v6
1111

1212
- uses: DeLaGuardo/setup-clojure@13.4
13-
with: 1.12.4.1582
13+
with:
14+
tools-deps: '1.12.4.1582'
1415

1516
- name: Build tests
1617
run: clojure -M:cljs-test:cljs-adv

0 commit comments

Comments
 (0)