Skip to content

Commit 7b2867d

Browse files
committed
gh: deps.yml should run install clj runtime too..
1 parent da4c989 commit 7b2867d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
./bin
2121
./lib
2222
23+
- name: Install clj runtime
24+
run: .github/workflows/install-binaries.sh
25+
2326
- name: Install NVD clojure
2427
run: bin/clojure -Ttools install nvd-clojure/nvd-clojure '{:mvn/version "RELEASE"}' :as nvd;
2528

0 commit comments

Comments
 (0)