From 088c38fe1946e55c6fa99998db34280c92dfcf75 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 1 Feb 2025 16:09:47 +0100 Subject: [PATCH] add missing dep --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index d717c75f8..1f9234dce 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -41,7 +41,7 @@ jobs: - name: Install `libacl` run: | - sudo apt install libacl1-dev + sudo apt install libacl1-dev libselinux1-dev - name: Download tldr archive run: |