1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Merge pull request #7132 from cakebaker/ci_install_libselinux

ci: install `libselinux1-dev`
This commit is contained in:
Sylvestre Ledru 2025-01-13 09:36:06 +01:00 committed by GitHub
commit 54bc3cf944
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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