Added a qlfile template.
This commit is contained in:
parent
c660b0c705
commit
12accd9024
1 changed files with 4 additions and 0 deletions
4
.github/workflows/install.yml
vendored
4
.github/workflows/install.yml
vendored
|
@ -66,6 +66,10 @@ jobs:
|
|||
- uses: 40ants/cl-info/.github/actions/setup@custom-action
|
||||
with:
|
||||
asdf-system: cl-info
|
||||
qlfile-template: |
|
||||
{% ifequal quicklisp_dist "ultralisp" %}
|
||||
dist ultralisp http://dist.ultralisp.org
|
||||
{% endifequal %}
|
||||
|
||||
# - name: Start SSH session
|
||||
# uses: luchihoratiu/debug-via-ssh@main
|
||||
|
|
Loading…
Reference in a new issue