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.
1 parent a231f26 commit e44a76eCopy full SHA for e44a76e
1 file changed
.github/workflows/GnuTests.yml
@@ -78,9 +78,9 @@ jobs:
78
- name: Install dependencies
79
shell: bash
80
run: |
81
- ## Install dependencies
+ ## Install dependencies (without libselinux)
82
sudo apt-get update
83
- sudo apt-get install -y autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev libselinux1-dev attr quilt
+ sudo apt-get install -y autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev attr quilt
84
- name: Add various locales
85
86
0 commit comments