Skip to content

Commit

Permalink
fixup! Support Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Oct 1, 2023
1 parent 96e86f4 commit 6719cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ runs:
PACKAGE=${{ github.repository }}
QUICKLISP_HOME=${GITHUB_WORKSPACE}/quicklisp
QUICKLISP_ADDITIONAL_SYSTEMS='${{ inputs.additional-systems }}'
${{ github.action_path }}/with_lisp_implementation ${{ inputs.implementation }}
${{ github.action_path }}/setup-quicklisp.lisp
${GITHUB_ACTION_PATH}/with_lisp_implementation ${{ inputs.implementation }}
${GITHUB_ACTION_PATH}/setup-quicklisp.lisp

0 comments on commit 6719cee

Please sign in to comment.