Skip to content

Commit 1b8ab85

Browse files
committed
CI/Selinux: also install attr for getfattr - test
1 parent 237cb97 commit 1b8ab85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ jobs:
11881188
- run: rsync -v -a -e ssh . lima-default:~/work/
11891189
- name: Setup Rust and other build deps in VM
11901190
run: |
1191-
lima sudo dnf install gcc g++ git rustup libselinux-devel clang-devel -y
1191+
lima sudo dnf install gcc g++ git rustup libselinux-devel clang-devel attr -y
11921192
lima rustup-init -y --default-toolchain stable
11931193
- name: Verify SELinux Status
11941194
run: |

0 commit comments

Comments
 (0)