Commit bb8f466
fix: add bb clojure -P to populate ~/.deps.clj tools jar
The system clojure CLI stores its tools jar in the install directory,
not in ~/.deps.clj/. Only bb's built-in deps.clj writes there. Without
`bb clojure -P`, the mounted ~/.deps.clj/ is missing the tools jar
that bb expects at runtime.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent cd0d2b8 commit bb8f466
File tree
2 files changed
+5
-2
lines changed- .github/workflows
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments