Skip to content

Commit

Permalink
Update kvm-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Mar 6, 2024
1 parent cbdc942 commit 444f23f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/kvm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Check virtualization support
run: |
egrep -c '(vmx|svm)' /proc/cpuinfo
sudo apt install cpu-checker
sudo kvm-ok
# - name: Check virtualization support
# run: |
# egrep -c '(vmx|svm)' /proc/cpuinfo
# sudo apt install cpu-checker
# sudo kvm-ok

# https://vagrant-libvirt.github.io/vagrant-libvirt/#installation
- name: Install KVM essentials
Expand Down

0 comments on commit 444f23f

Please sign in to comment.