DeLaGuardo / setup-clojure

GitHub Action to provision clojure's most popular build tools for Linux, Mac OS X and Windows.
MIT License
185 stars 28 forks source link

CLI setup does not copy tools.edn file #34

Closed seancorfield closed 2 years ago

seancorfield commented 2 years ago

This makes it impossible to use clojure -Ttools operations in CI because the install tools.edn is not present, so the first-run check in clojure doesn't copy it to the user config folder, so no tools operations work.

seancorfield commented 2 years ago

Thank you!