Skip to content

Commit

Permalink
Uncomment hack to create tools.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Nov 19, 2021
1 parent c030533 commit 2d22ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ if ! lein with-profile -user,-dev,+ci install; then
fi

# manually setup tools -- this should be auto-created:
#mkdir /home/runner/.config/clojure/tools
#echo '{:lib io.github.clojure/tools.tools :coord {:git/tag "v0.2.2" :git/sha "e1febed7ddaa5be15721255c13eb68e11bbbb398"}}' > /home/runner/.config/clojure/tools/tools.edn
mkdir /home/runner/.config/clojure/tools
echo '{:lib io.github.clojure/tools.tools :coord {:git/tag "v0.2.2" :git/sha "e1febed7ddaa5be15721255c13eb68e11bbbb398"}}' > /home/runner/.config/clojure/tools/tools.edn

if ! clojure -Ttools install nvd-clojure/nvd-clojure '{:mvn/version "RELEASE"}' :as nvd; then
exit 1
Expand Down

0 comments on commit 2d22ab0

Please sign in to comment.