Skip to content

Commit 2da891b

Browse files
committed
ci(shared-steps): Correct KVM kernel module(s) unload.
1 parent 9019893 commit 2da891b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/shared-steps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ runs:
196196
shell: bash
197197
run: |
198198
# Unload KVM modules
199-
sudo lsmod | grep kvm
199+
sudo lsmod | grep kvm || true
200200
sudo modprobe -r kvm_intel kvm || sudo modprobe -r kvm_amd kvm || true
201201
202202
- name: Install VirtualBox from its repository

0 commit comments

Comments
 (0)