From 12accd902422544a1f2abad9a4edba8c3ce2e7ca Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 3 Feb 2021 03:06:46 +0300 Subject: [PATCH] Added a qlfile template. --- .github/workflows/install.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 0cbefae..8393941 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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