From 5e60fd2454fcf8734c74a609cfd8669e2dead735 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 2 Feb 2021 11:24:35 +0300 Subject: [PATCH] Fixed running main. --- .github/actions/setup/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index fe7314c..bb59037 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -65,7 +65,8 @@ runs: #+quicklisp (ql:quickload '() :silent t)) - (defun main () + (defun main (args) + (declare (ignore args)) (format t "Lisp: ~A ~A~%ASDF: ~A~%" (lisp-implementation-version) (lisp-implementation-type)