From 3f17a80fbe34ee68a3d5580798374caf1a7bc4ae Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Sat, 10 Feb 2024 19:43:28 -0500 Subject: [PATCH] fix(golang-rewrite): fix dependencies script on linux --- scripts/install_dependencies.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_dependencies.bash b/scripts/install_dependencies.bash index 15f1dc74..888e80ec 100755 --- a/scripts/install_dependencies.bash +++ b/scripts/install_dependencies.bash @@ -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}"