Skip to content

Commit

Permalink
Try to make /dev/kvm available in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmykarily committed Apr 24, 2024
1 parent 7b7f0bc commit 7de3420
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ jobs:
runs-on: ubuntu-latest
container: archlinux:latest
steps:
- name: Enable KVM group perms
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- run: pacman --noconfirm --noprogressbar -Syu
- run: pacman --noconfirm --noprogressbar -S make go asciidoc gcc git edk2-ovmf qemu-system-x86
- uses: actions/checkout@v1
Expand Down

0 comments on commit 7de3420

Please sign in to comment.