Now with custom code.
This commit is contained in:
parent
b856bed6b9
commit
83e300a0e9
1 changed files with 6 additions and 6 deletions
12
.github/workflows/install.yml
vendored
12
.github/workflows/install.yml
vendored
|
@ -64,12 +64,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: 40ants/cl-info/.github/actions/setup@custom-action
|
||||
# with:
|
||||
# custom-code: |
|
||||
# (format t "Lisp: ~A ~A~%ASDF: ~A~%"
|
||||
# (lisp-implementation-version)
|
||||
# (lisp-implementation-type)
|
||||
# (asdf:asdf-version))
|
||||
with:
|
||||
custom-code: |
|
||||
(format t "Now with custom code!~%Lisp: ~A ~A~%ASDF: ~A~%"
|
||||
(lisp-implementation-version)
|
||||
(lisp-implementation-type)
|
||||
(asdf:asdf-version))
|
||||
|
||||
# - name: Start SSH session
|
||||
# uses: luchihoratiu/debug-via-ssh@main
|
||||
|
|
Loading…
Reference in a new issue