Skip to content

dylan-lang/install-dylan-tool

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

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

install-dylan-tool

A GitHub Action to install dylan-tool. This action also invokes the install-opendylan Action.

To install the latest dylan-tool release:

    - uses: dylan-lang/install-dylan-tool@v3

To install a specific released version:

    - uses: dylan-lang/install-dylan-tool@v3
      with:
        tag: v0.12.0

tag must exactly match a tagged version in the dylan-tool repository.

When this Action has completed the dylan executable is available on the PATH and the dylan-tool directory contains the dylan-tool checkout and build products.

See the hello repository for the canonical example of using this Action.