Skip to content

Commit

Permalink
ci: fix installing maven by using CL:TRUENAME
Browse files Browse the repository at this point in the history
  • Loading branch information
easye committed Dec 12, 2024
1 parent edc52ec commit d0fd16e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/ensure-maven.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
(let* ((root
(first (last entries)))
(lib
(merge-pathnames "./lib/" root )))
(truename
(merge-pathnames "./lib/" root))))
(abcl-asdf:with-aether (lib)
(values
(and
Expand Down

0 comments on commit d0fd16e

Please sign in to comment.