boroactions/Install Common Lisp Implementation
Installs Common Lisp implementation and exposes it as LISP environment variable
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 13, 2021
- License
- MIT
Pinned Snippet
uses: boroactions/lisp@31fa32182e22a23c9a632c8338e0435c601b9db7 # v0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| lisp | Implementation to install: * sbcl - official package provided by SBCL developers * sbcl_ros - SBCL package provided by roswell maintainers | yes | sbcl |
| version | Version of lisp implementation to install | — | — |
| install-prefix | Path to install lisp implementation into. | yes | ${{ github.workspace }}/.boroactions/lisp/v0/lisp/ |
Outputs
| name | description |
|---|---|
| lisp | Link to Common Lisp implementation executable |