Skip to content

Commit 54bc3cf

Browse files
authored
Merge pull request #7132 from cakebaker/ci_install_libselinux
ci: install `libselinux1-dev`
2 parents 35b896f + a850fc0 commit 54bc3cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ jobs:
119119
- uses: Swatinem/rust-cache@v2
120120
- name: Run sccache-cache
121121
uses: mozilla-actions/[email protected]
122+
- name: Install/setup prerequisites
123+
shell: bash
124+
run: |
125+
sudo apt-get -y update ; sudo apt-get -y install libselinux1-dev
122126
- name: Initialize workflow variables
123127
id: vars
124128
shell: bash

0 commit comments

Comments
 (0)