Skip to content

Setup Elvish

Actions

About

Download an Elvish binary and add it to PATH
v1.0.0
Latest
Star (4)

Tags

 (1)

setup-elvish

This action downloads an Elvish binary and adds it to PATH.

Example of using this in a job (complete example):

steps:
  - uses: elves/setup-elvish@v1
    with:
      elvish-version: 0.20.1
  - name: Run something with Elvish
    shell: elvish {0}
    run: |
      echo This is Elvish $version

If you would like use Elvish as the default shell in run blocks, add the following to the top-level of the workflow configuration (complete example):

defaults:
  run:
    shell: elvish

Setup Elvish 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

Download an Elvish binary and add it to PATH
v1.0.0
Latest

Tags

 (1)

Setup Elvish 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.