From 8577a1239553f61413f87080a12d6be458b8d94e Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 31 Jan 2024 00:46:12 +0300 Subject: [PATCH] Fix abcl name. --- .github/workflows/ci.yml | 2 +- src/ci.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90bb1720..0a797504 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ "lisp": [ "sbcl-bin", "ccl-bin", - "abcl" + "abcl-bin" ] } }, diff --git a/src/ci.lisp b/src/ci.lisp index 9dc495b8..ef525283 100644 --- a/src/ci.lisp +++ b/src/ci.lisp @@ -31,7 +31,7 @@ "windows-latest") :lisp ("sbcl-bin" "ccl-bin" - "abcl") + "abcl-bin") :coverage t))) (defworkflow docs