Skip to content

Commit e44a76e

Browse files
authored
Remove libselinux from host
1 parent a231f26 commit e44a76e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/GnuTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
- name: Install dependencies
7979
shell: bash
8080
run: |
81-
## Install dependencies
81+
## Install dependencies (without libselinux)
8282
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
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 attr quilt
8484
- name: Add various locales
8585
shell: bash
8686
run: |

0 commit comments

Comments
 (0)