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 2766dd8 commit 9d178f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ 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
5 changes: 5 additions & 0 deletions .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
fetch-depth: 1

- name: Ruby version
run: |
ruby --version
pod --version
- name: Reset testing enviroment
continue-on-error: true
timeout-minutes: 10
Expand Down

0 comments on commit 9d178f8

Please sign in to comment.