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:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: 40ants/cl-info/.github/actions/setup@custom-action
|
- uses: 40ants/cl-info/.github/actions/setup@custom-action
|
||||||
# with:
|
with:
|
||||||
# custom-code: |
|
custom-code: |
|
||||||
# (format t "Lisp: ~A ~A~%ASDF: ~A~%"
|
(format t "Now with custom code!~%Lisp: ~A ~A~%ASDF: ~A~%"
|
||||||
# (lisp-implementation-version)
|
(lisp-implementation-version)
|
||||||
# (lisp-implementation-type)
|
(lisp-implementation-type)
|
||||||
# (asdf:asdf-version))
|
(asdf:asdf-version))
|
||||||
|
|
||||||
# - name: Start SSH session
|
# - name: Start SSH session
|
||||||
# uses: luchihoratiu/debug-via-ssh@main
|
# uses: luchihoratiu/debug-via-ssh@main
|
||||||
|
|
Loading…
Reference in a new issue