We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41eb4a commit 490e9c5Copy full SHA for 490e9c5
.github/workflows/CICD.yml
@@ -1067,7 +1067,7 @@ jobs:
1067
- run: rsync -v -a -e ssh . lima-default:~/work/
1068
- name: Setup Rust and other build deps in VM
1069
run: |
1070
- 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
1071
lima rustup-init -y --default-toolchain stable
1072
- name: Verify SELinux Status
1073
0 commit comments