Skip to content

Commit

Permalink
Enable KVM for GMD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-paing committed Oct 23, 2024
1 parent ae87f5f commit 0ee7342
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1

- 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
ls /dev/kvm
- name: Stub release keystore file
run: |
touch release.keystore
Expand Down

0 comments on commit 0ee7342

Please sign in to comment.