mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-23 11:55:13 -07:00
fix(golang-rewrite): fix dependencies script on linux
This commit is contained in:
parent
f5a59677df
commit
3f17a80fbe
@ -38,7 +38,7 @@ if [ "$RUNNER_OS" = "Linux" ]; then
|
||||
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-debian-bullseye-prod bullseye main" > /etc/apt/sources.list.d/microsoft.list'
|
||||
sudo add-apt-repository -y ppa:fish-shell/release-3
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install curl parallel \
|
||||
sudo apt-get --allow-downgrades -y install curl parallel \
|
||||
fish="${fish_apt_semver}" \
|
||||
powershell="${powershell_apt_semver}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user