Skip to content

ile-24556/install-fish-shell-from-github

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

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install-fish-shell-from-github

Installs fish shell from their GitHub releases quickly.

Limitations

This action has the following limitations:

  • It can install fish 4.1.0 or later. The other versions are not supported.
  • It runs only on Ubuntu runner images. If you want to use fish on macOS, consider using fish-shop/install-fish-shell.

Usage

The following step installs the latest version of fish:

- uses: ile-24556/install-fish-shell-from-github@v1.0.1

You can install a specific version of fish with the fish-version input:

- uses: ile-24556/install-fish-shell-from-github@v1.0.1
  with:
    fish-version: "4.3.3"

The input value must corresponds to an existing fish release tag, 4.1.0 or later.

About

Installs fish shell from their GitHub releases

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages