Skip to content

Commit 263ba63

Browse files
authored
Merge pull request #7959 from cakebaker/ci_install_libselinux1_dev
ci: install `libselinux1-dev` for coverage job
2 parents a7b005c + baa70d8 commit 263ba63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,7 @@ jobs:
10791079
10801080
case '${{ matrix.job.os }}' in
10811081
ubuntu-latest)
1082+
sudo apt-get -y update ; sudo apt-get -y install libselinux1-dev
10821083
# pinky is a tool to show logged-in users from utmp, and gecos fields from /etc/passwd.
10831084
# In GitHub Action *nix VMs, no accounts log in, even the "runner" account that runs the commands. The account also has empty gecos fields.
10841085
# To work around this for pinky tests, we create a fake login entry for the GH runner account...

0 commit comments

Comments
 (0)