Skip to content

Commit

Permalink
Run Android native test on Ubuntu build agent (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-luskanau authored Apr 4, 2024
1 parent 078ef51 commit 9ed1edf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.1

- name: Enable KVM group perms
if: contains(matrix.os, 'ubuntu')
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@v2
with:
path: |
Expand Down

0 comments on commit 9ed1edf

Please sign in to comment.