Installs fish shell from their GitHub releases quickly.
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.
The following step installs the latest version of fish:
- uses: ile-24556/install-fish-shell-from-github@v1.0.1You 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.