Skip to content

Install asdf

Actions
Installs and configures asdf versions = 0.16.0
v1.2
Latest
By ynab
Star (0)

asdf GitHub Action

GitHub Action that installs and configures asdf version >= 0.16. Cache is used when possible to speed up the install.

Only the asdf binary is installed. You will need to install any needed asdf plugins and then run asdf install to actually install all your runtimes defined in your .tool-versions file.

This action supports Linux (AMD) and macOS (ARM) runners.

Example usage

- name: Install asdf
  uses: ynab/[email protected]
  with:
    version: 0.16.2
- name: Checkout code which includes a .tool-versions file in root
  uses: actions/checkout@v4
- name: Install asdf runtimes
  run: |
    asdf plugin add nodejs
    asdf install    

Install asdf is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Installs and configures asdf versions = 0.16.0
v1.2
Latest
By ynab

Install asdf is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.