We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7b005c + baa70d8 commit 263ba63Copy full SHA for 263ba63
.github/workflows/CICD.yml
@@ -1079,6 +1079,7 @@ jobs:
1079
1080
case '${{ matrix.job.os }}' in
1081
ubuntu-latest)
1082
+ sudo apt-get -y update ; sudo apt-get -y install libselinux1-dev
1083
# pinky is a tool to show logged-in users from utmp, and gecos fields from /etc/passwd.
1084
# In GitHub Action *nix VMs, no accounts log in, even the "runner" account that runs the commands. The account also has empty gecos fields.
1085
# To work around this for pinky tests, we create a fake login entry for the GH runner account...
0 commit comments