Skip to content

diku-dk/install-futhark

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

8 Commits
 
 
 
 
 
 

Repository files navigation

Install Futhark compiler

This action installs the Futhark compiler in a Linux-based GitHub Actions runner. The compiler is installed in $HOME/.local, which means it will be on the $PATH of a standard setup.

Inputs

version

The full version to install as a string (e.g. '0.22.3'), or the string 'latest', or the string 'nightly'.

Example usages

      - uses: diku-dk/install-futhark@v1.1.0
        with:
          version: '0.22.3'
      - uses: diku-dk/install-futhark@v1.1.0
      - uses: diku-dk/install-futhark@v1.1.0
        with:
          version: 'latest'
      - uses: diku-dk/install-futhark@v1.1.0
        with:
          version: 'nightly'

About

Action for installing Futhark

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors