mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
ci: install libselinux1-dev for coverage job
This commit is contained in:
parent
be9ee14aab
commit
baa70d8e2c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/CICD.yml
vendored
1
.github/workflows/CICD.yml
vendored
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue