From d0fd16e50eac655d8d610b8e219fc55792a50a8c Mon Sep 17 00:00:00 2001 From: Mark Evenson Date: Fri, 20 Sep 2024 22:59:13 +0200 Subject: [PATCH] ci: fix installing maven by using CL:TRUENAME --- ci/ensure-maven.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/ensure-maven.lisp b/ci/ensure-maven.lisp index 20942025a..e69efd315 100644 --- a/ci/ensure-maven.lisp +++ b/ci/ensure-maven.lisp @@ -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