Skip to content

Commit

Permalink
Debug QuickLisp
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Oct 3, 2023
1 parent f1ec008 commit 224fbc4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,15 @@ runs:
QUICKLISP_ADDITIONAL_SYSTEMS='${{ inputs.additional-systems }}'
${GITHUB_ACTION_PATH}/with_lisp_implementation ${{ inputs.implementation }}
${GITHUB_ACTION_PATH}/setup-quicklisp.lisp
- name: 'Show QuickLisp Initialisation File'
if: inputs.implementation == 'sbcl'
id: debug-quicklisp-1
shell: sh
run: >-
cat ${HOME}/.sbclrc
- name: 'Show QuickLisp Initialisation File'
if: inputs.implementation == 'sbcl'
id: debug-quicklisp-2
shell: sh
run: >-
echo '(warn "Reading Initialisation file.")' >> ${HOME}/.sbclrc

0 comments on commit 224fbc4

Please sign in to comment.