Skip to content

Commit

Permalink
Use shared WITH_LISP_IMPLEMENTATION script
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Sep 30, 2023
1 parent e3eddd2 commit 0eeb8b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 92 deletions.
8 changes: 7 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,18 @@ runs:
run: >-
sudo port install
cl-quicklisp
- name: 'Checkout GitHub Actions Support'
uses: actions/checkout@v4
with:
repository: melusina-org/cl-github-actions
ref: v1
path: ${{ github.action_path }}/actions
- name: 'Setup Quicklisp'
id: setup-quicklisp
shell: sh
run: >-
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 }}/actions/libexec/with_lisp_implementation ${{ inputs.implementation }}
${{ github.action_path }}/setup-quicklisp.lisp
91 changes: 0 additions & 91 deletions with_lisp_implementation

This file was deleted.

0 comments on commit 0eeb8b0

Please sign in to comment.