Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install fish shell for CI testing feature #96

Open
uilianries opened this issue Apr 17, 2024 · 0 comments
Open

Install fish shell for CI testing feature #96

uilianries opened this issue Apr 17, 2024 · 0 comments

Comments

@uilianries
Copy link
Member

uilianries commented Apr 17, 2024

Related to conan-io/conan-center-index#17719

We need to run Fish shell in Mac and Linux machines to validate the new feature integration.

To install in Ubuntu, we can add their launchpad repo and install directly:

https://launchpad.net/~fish-shell/+archive/ubuntu/release-3

sudo apt-add-repository ppa:fish-shell/release-3
sudo apt update
sudo apt install fish

It's possible to download tar file directly and install, but I didn't check its dependencies.

On Mac, it's available via Brew:

https://formulae.brew.sh/formula/fish

So a simple brew install fish should be enough.

Extra info about the installation: https://github.com/fish-shell/fish-shell?tab=readme-ov-file#getting-fish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant