ci: revert changes to fish installation

This commit is contained in:
James Hegedus 2022-06-21 22:13:03 +10:00 committed by GitHub
parent 7f541ebd1d
commit cef50ac051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,9 +33,9 @@ jobs:
- name: Install test dependencies
if: runner.os == 'linux'
run: |
sudo add-apt-repository ppa:fish-shell/release-3
sudo apt update
sudo apt -y install fish curl
sudo add-apt-repository -y ppa:fish-shell/nightly-master
sudo apt-get update
sudo apt-get -y install fish curl
# Download elvish binary and add to path
curl https://dl.elv.sh/linux-amd64/elvish-v0.18.0.tar.gz -o elvish-v0.18.0.tar.gz