Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
link-2

GitHub Action

setup-aftman

v0.4.0

setup-aftman

link-2

setup-aftman

Github action to install and run aftman; a toolchain manager

Installation

Copy and paste the following snippet into your .yml file.

              

- name: setup-aftman

uses: ok-nick/setup-aftman@v0.4.0

Learn more about this action in ok-nick/setup-aftman

Choose a version

setup-aftman

CI discord

GitHub action to install and run aftman; a toolchain manager.

Usage

Use the latest released version of aftman with default parameters:

steps:
- uses: ok-nick/setup-aftman@v0.4.0

For a list of default parameter values, check here.

Advanced Usage

For more advanced cases, use the parameters below.

steps:
- uses: ok-nick/setup-aftman@v0.4.0
  with:
    version: v1.0.0 # name of git tag in aftman (uses latest by default)
    path: some_dir/my_project # path to project dir containing `aftman.toml` (uses current dir by default)
    cache: true # whether to enable binary caching between runs (true by default)
    token: ${{ github.token }} # GitHub token to bypass rate limit (passed by default)

Credits

@nezuo - Installing aftman using gh