Skip to content

Commit

Permalink
ci: remove kvm group permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Nov 14, 2023
1 parent 748b7c3 commit 7ee7b9d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
with:
fetch-depth: 0

# EMB-11508 - See https://github.blog/changelog/2023-02-23-hardware-accelerated-android-virtualization-on-actions-windows-and-linux-larger-hosted-runners/
- 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
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 7ee7b9d

Please sign in to comment.