From f111668226cf32838cee5d52a59edcec6dfa7d78 Mon Sep 17 00:00:00 2001 From: regisss <15324346+regisss@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:24:53 +0200 Subject: [PATCH] Update before purging packages --- .github/workflows/build_main_documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_main_documentation.yml b/.github/workflows/build_main_documentation.yml index 11e36ed57f..efd61c1fd4 100644 --- a/.github/workflows/build_main_documentation.yml +++ b/.github/workflows/build_main_documentation.yml @@ -57,6 +57,7 @@ jobs: - name: Free disk space run: | df -h + sudo apt-get update sudo apt-get purge -y '^apache.*' sudo apt-get purge -y '^imagemagick.*' sudo apt-get purge -y '^dotnet.*'