From 83e300a0e9ae8138816946d2007b57c3de92823a Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 2 Feb 2021 20:08:57 +0300 Subject: [PATCH] Now with custom code. --- .github/workflows/install.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 5ce4604..9f1a3b4 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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