Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,6 @@ jobs:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: dtolnay/rust-toolchain@stable
- name: Setup Lima
uses: lima-vm/lima-actions/setup@v1
id: lima-actions-setup
Expand All @@ -1301,7 +1300,7 @@ jobs:
- name: Setup Rust and other build deps in VM
run: |
lima sudo dnf install gcc g++ git rustup libselinux-devel clang-devel attr -y
lima rustup-init -y --default-toolchain stable
lima rustup-init -y --default-toolchain stable --profile minimal -c clippy
- name: Verify SELinux Status
run: |
lima getenforce
Expand Down
Loading