Skip to content

Commit 039a956

Browse files
committed
fix: ruby
1 parent b5d6bb3 commit 039a956

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-android.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
with:
2323
fetch-depth: 1
2424

25+
- name: Ruby version
26+
run: ruby --version
27+
2528
- name: Enable KVM group perms
2629
run: |
2730
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules

0 commit comments

Comments
 (0)