From d6f6cf19653d75ff12d18105bc7c322b9d848ff1 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 9 Aug 2025 00:52:11 -0400 Subject: [PATCH] Attempt to force remove shim-signed to resolve 'unmet dependencies' issues with shim-signed --- .github/actions/build-dependencies/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/build-dependencies/action.yml b/.github/actions/build-dependencies/action.yml index 08050e23..2038f2fa 100644 --- a/.github/actions/build-dependencies/action.yml +++ b/.github/actions/build-dependencies/action.yml @@ -10,7 +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 upgrade -y && sudo apt install --fix-missing -y python3 python3.12 libpython3-stdlib + sudo apt update -y && sudo apt install --fix-missing --fix-broken -y python3 python3.12 libpython3-stdlib && sudo apt upgrade -y + sudo apt remove -yf shim-signed sudo apt remove -y "*qemu*" "*sql*" "*texinfo*" "*imagemagick*" sudo apt autoremove -y sudo apt clean