Skip to content

Commit

Permalink
Enable KVM group permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcadman committed Dec 2, 2024
1 parent 91a6336 commit 7e39962
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable KVM group perms # https://github.com/actions/runner-images/issues/7670
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: Setup Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 7e39962

Please sign in to comment.