Skip to content

Commit

Permalink
fix: ruby v
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Dec 3, 2024
1 parent b5d6bb3 commit 2766dd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
fetch-depth: 1

- name: Ruby version
run: ruby --version

- 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
Expand Down

0 comments on commit 2766dd8

Please sign in to comment.