Skip to content

Commit

Permalink
enable kvm for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
thoutbeckers authored May 13, 2024
1 parent 534c6e0 commit 40703f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
distribution: 'temurin'
java-version: 17

- 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
- name: AVD cache
uses: actions/cache@v3
id: avd-cache
Expand Down

0 comments on commit 40703f1

Please sign in to comment.