mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
ci: revert changes to fish installation
This commit is contained in:
parent
7f541ebd1d
commit
cef50ac051
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user