From a850fc059f7b23ac3dfb6398610c673d48bd02cd Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 13 Jan 2025 09:11:25 +0100 Subject: [PATCH] ci: install libselinux1-dev --- .github/workflows/CICD.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index ae89a36ee..c4bcf5111 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -119,6 +119,10 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.7 + - name: Install/setup prerequisites + shell: bash + run: | + sudo apt-get -y update ; sudo apt-get -y install libselinux1-dev - name: Initialize workflow variables id: vars shell: bash