Skip to content

Commit

Permalink
fixup! Debug QuickLisp
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Oct 3, 2023
1 parent 224fbc4 commit e2e50a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,12 @@ runs:
shell: sh
run: >-
echo '(warn "Reading Initialisation file.")' >> ${HOME}/.sbclrc
- name: 'Require ALEXANDRIA'
if: inputs.implementation == 'sbcl'
id: debug-quicklisp-3
shell: sh
run: >-
${GITHUB_ACTION_PATH}/with_lisp_implementation ${{ inputs.implementation }} <<EOF
(require "alexandria")
EOF

0 comments on commit e2e50a9

Please sign in to comment.