1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

CI/Selinux: also install attr for getfattr - test

This commit is contained in:
Sylvestre Ledru 2025-03-31 23:55:52 +02:00
parent b874d90345
commit fe77174904

View file

@ -1188,7 +1188,7 @@ jobs:
- run: rsync -v -a -e ssh . lima-default:~/work/
- name: Setup Rust and other build deps in VM
run: |
lima sudo dnf install gcc g++ git rustup libselinux-devel clang-devel -y
lima sudo dnf install gcc g++ git rustup libselinux-devel clang-devel attr -y
lima rustup-init -y --default-toolchain stable
- name: Verify SELinux Status
run: |