From 91eff6008fe772e58f6375bd84ce8b1e00515723 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 27 Mar 2026 10:08:06 +0100 Subject: [PATCH] add apt update before install --- .github/workflows/website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 4174b0c10..86a5aa4b4 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -48,6 +48,7 @@ jobs: - name: Install system deps run: | + sudo apt update sudo apt install libacl1-dev libselinux1-dev libsystemd-dev pip install babel