fix(golang-rewrite): fix dependencies script on linux

This commit is contained in:
Trevor Brown 2024-02-10 19:43:28 -05:00
parent f5a59677df
commit 3f17a80fbe

View File

@ -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}"