Skip to content

Commit 490e9c5

Browse files
committed
CI/Selinux: also install attr for getfattr - test
1 parent f41eb4a commit 490e9c5

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
@@ -1067,7 +1067,7 @@ jobs:
10671067
- run: rsync -v -a -e ssh . lima-default:~/work/
10681068
- name: Setup Rust and other build deps in VM
10691069
run: |
1070-
lima sudo dnf install gcc g++ git rustup libselinux-devel clang-devel -y
1070+
lima sudo dnf install gcc g++ git rustup libselinux-devel clang-devel attr -y
10711071
lima rustup-init -y --default-toolchain stable
10721072
- name: Verify SELinux Status
10731073
run: |

0 commit comments

Comments
 (0)