Skip to content

diku-dk/install-smlpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install smlpkg

This action installs smlpkg in a GitHub Actions runner (Linux and macOS). The package manager 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.1.5'), or the string 'latest'.

Example usages

      - uses: diku-dk/install-smlpkg@v1
        with:
          version: '0.1.5'
      - uses: diku-dk/install-smlpkg@v1
      - uses: diku-dk/install-smlpkg@v1
        with:
          version: 'latest'

About

Action for installing smlpkg

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors