From 8aaf7f7dc6d767c8aacbc8acdfcad4c8413b53ea Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 9 Aug 2025 01:23:43 -0400 Subject: [PATCH] Remove (presumably) unnecessary command to explicitly install python --- .github/actions/build-dependencies/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-dependencies/action.yml b/.github/actions/build-dependencies/action.yml index 4eef948b..0463aae3 100644 --- a/.github/actions/build-dependencies/action.yml +++ b/.github/actions/build-dependencies/action.yml @@ -10,8 +10,8 @@ runs: sudo apt remove -y "*powershell*" "*nuget*" "*bazel*" "*ansible*" "*terraform*" "*heroku*" "*aws*" azure-cli sudo apt remove -y "*nodejs*" "*npm*" "*yarn*" "*java*" "*kotlin*" "*golang*" "*swift*" "*julia*" "*fortran*" "*android*" sudo apt remove -y "*apache2*" "*nginx*" "*firefox*" "*chromium*" "*chrome*" "*edge*" - sudo apt update -y && sudo apt install --fix-missing --fix-broken -y python3 python3.12 libpython3-stdlib && sudo apt upgrade -y sudo apt remove -y --allow-remove-essential -f shim-signed + # This command would fail, due to shim-signed having unmet dependencies, hence its removal sudo apt remove -y "*qemu*" "*sql*" "*texinfo*" "*imagemagick*" sudo apt autoremove -y sudo apt clean