Skip to content

Commit

Permalink
gh: deps.yml should run install clj runtime too..
Browse files Browse the repository at this point in the history
  • Loading branch information
remvee committed Jan 29, 2024
1 parent da4c989 commit 7b2867d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
./bin
./lib
- name: Install clj runtime
run: .github/workflows/install-binaries.sh

- name: Install NVD clojure
run: bin/clojure -Ttools install nvd-clojure/nvd-clojure '{:mvn/version "RELEASE"}' :as nvd;

Expand Down

0 comments on commit 7b2867d

Please sign in to comment.