Skip to content

dylan-lang/install-deft

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

install-deft

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.