Skip to content

Commit d5dbcbe

Browse files
authored
Update CICD.yml
1 parent 0258583 commit d5dbcbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ jobs:
271271
- uses: dtolnay/rust-toolchain@stable
272272
- uses: taiki-e/install-action@nextest
273273
- uses: Swatinem/rust-cache@v2
274-
- name: Install/setup prerequisites
274+
- name: Install/setup prerequisites (without libselinux)
275275
shell: bash
276276
run: |
277-
sudo apt-get -y update ; sudo apt-get -y install libselinux1-dev
277+
sudo apt-get -y update
278278
- name: Run sccache-cache
279279
uses: mozilla-actions/[email protected]
280280
- name: "`make build`"
@@ -318,6 +318,8 @@ jobs:
318318
run: |
319319
set -x
320320
DESTDIR=/tmp/ make PROFILE=release install
321+
# Check that chcon is not present
322+
! test -f /tmp/usr/local/bin/chcon
321323
# Check that the utils are present
322324
test -f /tmp/usr/local/bin/tty
323325
# Check that the manpage is present

0 commit comments

Comments
 (0)