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 d5d7eaa commit 376fa64Copy full SHA for 376fa64
.github/workflows/GnuTests.yml
@@ -80,7 +80,8 @@ jobs:
80
run: |
81
## Install dependencies
82
sudo apt-get update
83
- sudo apt-get install -y autopoint gperf gdb python3-pyinotify valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev libselinux1-dev attr quilt
+ ## Check that build-gnu.sh works on the non SELinux system by installing libselinux only on lima
84
+ sudo apt-get install -y autopoint gperf gdb python3-pyinotify valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev attr quilt
85
- name: Add various locales
86
shell: bash
87
0 commit comments