From baa70d8e2c4e02f5c475ff169ab9b7b064e97005 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 19 May 2025 16:32:46 +0200 Subject: [PATCH] ci: install libselinux1-dev for coverage job --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 853b8235f..ef59402af 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1079,6 +1079,7 @@ jobs: case '${{ matrix.job.os }}' in ubuntu-latest) + sudo apt-get -y update ; sudo apt-get -y install libselinux1-dev # pinky is a tool to show logged-in users from utmp, and gecos fields from /etc/passwd. # In GitHub Action *nix VMs, no accounts log in, even the "runner" account that runs the commands. The account also has empty gecos fields. # To work around this for pinky tests, we create a fake login entry for the GH runner account...