From 885000f9704b17f0f0e36ec55eea46437a1a0587 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 9 Aug 2025 00:36:57 -0400 Subject: [PATCH] Add update, upgrade, fix-missing call to Ubuntu build dependencies Attempts to fix a CI failure for some misconfiguration... --- .github/actions/build-dependencies/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/build-dependencies/action.yml b/.github/actions/build-dependencies/action.yml index a9b6afa7..f90c1420 100644 --- a/.github/actions/build-dependencies/action.yml +++ b/.github/actions/build-dependencies/action.yml @@ -10,6 +10,7 @@ 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 sudo apt remove -y "*qemu*" "*sql*" "*texinfo*" "*imagemagick*" sudo apt autoremove -y sudo apt clean