Setup ASPL Installation
Version updated for https://github.com/aspl-lang/setup-aspl to version v1.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Setup ASPL” GitHub Action automates the installation and configuration of the ASPL programming environment, including its compiler and standard library, in a workflow runner’s workspace. It streamlines the setup process for projects using ASPL, enabling seamless compilation and development within CI/CD pipelines.
What’s Changed
- Use
github.tokeninstead ofsecrets.GITHUB_TOKENas GitHub does not seem to support the latter here anymore.