Skip to content

Commit

Permalink
Update kvm-test.yaml
Browse files Browse the repository at this point in the history
Update kvm-test.yaml
  • Loading branch information
viniciusdc committed Mar 6, 2024
1 parent cbdc942 commit 7061288
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/kvm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ 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
run: |
sudo apt update
sudo apt-get install -y qemu libvirt-daemon-system ebtables libguestfs-tools vagrant ruby-fog-libvirt
sudo apt-get install -y qemu libvirt-daemon-system ebtables libguestfs-tools vagrant
sudo adduser $USER libvirt && sudo adduser $USER kvm
- name: Cache Vagrant boxes
Expand Down

0 comments on commit 7061288

Please sign in to comment.