Skip to content

Commit

Permalink
Enable KVM in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrewartha committed Feb 24, 2024
1 parent cc18ace commit 9a350ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- name: 'Check out the repository'
uses: actions/checkout@v4

- name: 'Enable KVM'
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
- name: 'Set up Java'
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 9a350ca

Please sign in to comment.