From: Daan De Meyer Date: Thu, 5 Feb 2026 08:31:50 +0000 (+0100) Subject: action: Run apt-get update before installing packages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c9f6cc6586c4f3b8fedafc5a19e6bf30531ebfc;p=thirdparty%2Fmkosi.git action: Run apt-get update before installing packages The repository metadata in the image can get out of date. Let's run apt-get update to make sure it is fresh. --- diff --git a/action.yaml b/action.yaml index 4e163d00d..9d73955bd 100644 --- a/action.yaml +++ b/action.yaml @@ -95,6 +95,7 @@ runs: - name: Dependencies shell: bash run: | + sudo apt-get update sudo apt-get install --assume-yes --no-install-recommends \ debian-archive-keyring \ dnf \