Fixed running main.
This commit is contained in:
parent
d40aed9446
commit
5e60fd2454
1 changed files with 2 additions and 1 deletions
3
.github/actions/setup/action.yml
vendored
3
.github/actions/setup/action.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue