mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-14 17:18:17 -07:00
fix: update elvish to 0.18.0
* replace deprecated 'except' with 'catch'
This commit is contained in:
parent
6fc4bb8fc6
commit
5a89563c0a
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -38,11 +38,11 @@ jobs:
|
||||
sudo apt-get -y install fish curl
|
||||
|
||||
# Download elvish binary and add to path
|
||||
curl https://dl.elv.sh/linux-amd64/elvish-v0.17.0.tar.gz -o elvish-v0.17.0.tar.gz
|
||||
tar xzf elvish-v0.17.0.tar.gz
|
||||
rm elvish-v0.17.0.tar.gz
|
||||
curl https://dl.elv.sh/linux-amd64/elvish-v0.18.0.tar.gz -o elvish-v0.18.0.tar.gz
|
||||
tar xzf elvish-v0.18.0.tar.gz
|
||||
rm elvish-v0.18.0.tar.gz
|
||||
mkdir -p "$HOME/bin"
|
||||
mv elvish-v0.17.0 "$HOME/bin/elvish"
|
||||
mv elvish-v0.18.0 "$HOME/bin/elvish"
|
||||
echo "$HOME/bin" >>"$GITHUB_PATH"
|
||||
|
||||
- name: Install bats
|
||||
|
Loading…
Reference in New Issue
Block a user