From b2d6a85ac099ff96b69ba8c0511eff254edb245c Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 10 Oct 2023 22:31:07 -0400 Subject: [PATCH] Still remove sqlite3 to cause the majority of uninstalls --- .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 9bfd780a..c39b14eb 100644 --- a/.github/actions/build-dependencies/action.yml +++ b/.github/actions/build-dependencies/action.yml @@ -23,7 +23,7 @@ runs: - name: Remove unused packages shell: bash run: | - sudo apt remove -y *powershell* *bazel* *nodejs* *npm* *yarn* *terraform* *firefox* *chromium* *qemu* *texinfo* *imagemagick* + sudo apt remove -y *powershell* *bazel* *nodejs* *npm* *yarn* *terraform* *firefox* *chromium* *qemu* *sqlite3* *texinfo* *imagemagick* sudo apt autoremove -y sudo apt install python3 -y