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
|
#+quicklisp
|
||||||
(ql:quickload '() :silent t))
|
(ql:quickload '() :silent t))
|
||||||
|
|
||||||
(defun main ()
|
(defun main (args)
|
||||||
|
(declare (ignore args))
|
||||||
(format t "Lisp: ~A ~A~%ASDF: ~A~%"
|
(format t "Lisp: ~A ~A~%ASDF: ~A~%"
|
||||||
(lisp-implementation-version)
|
(lisp-implementation-version)
|
||||||
(lisp-implementation-type)
|
(lisp-implementation-type)
|
||||||
|
|
Loading…
Reference in a new issue