Skip to content

Commit a850fc0

Browse files
committed
ci: install libselinux1-dev
1 parent 35b896f commit a850fc0

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)