A GitHub Action to install deft. This action also invokes the install-opendylan Action.
To install the latest deft release:
- uses: dylan-lang/install-deft@v1
To install a specific released version:
- uses: dylan-lang/install-deft@v1
with:
tag: v0.12.0
tag
must exactly match a tagged version in the deft
repository.
When this Action has completed the deft
executable is available on the PATH
and the
deft
directory contains the deft
checkout and build products.
See the hello repository for the canonical example of using this Action.