Setup ASPL Installation
Version updated for https://github.com/aspl-lang/setup-aspl to version v1.1.
- 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 of the ASPL programming environment, including its compiler, standard library, and related components, in a GitHub Actions runner. It simplifies the process of configuring the development environment, enabling users to seamlessly build and compile ASPL projects in their CI/CD workflows.
Release notes
- Now uses the
GITHUB_TOKENfor authentication when downloading and installing ASPL. This prevents rate limit errors inside GitHub Actions. - Renamed to “Setup ASPL Installation”.