Skip to content

install-fish-shell-from-github

Actions

About

Installs fish shell from its GitHub releases
v1.0.2
Latest
Star (2)

Tags

 (1)

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.

install-fish-shell-from-github is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Installs fish shell from its GitHub releases
v1.0.2
Latest

Tags

 (1)

install-fish-shell-from-github is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.