Skip to content

Commit

Permalink
Try to fix android tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Apr 25, 2024
1 parent ac3e7b1 commit 1677c23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -79,8 +79,13 @@ jobs:
rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
rm -fr $HOME/.gradle/caches/*/plugin-resolution/
run-instrument-tests:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- 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/checkout@v3
with:
fetch-depth: 10 # so that recent tags can be found
Expand Down

0 comments on commit 1677c23

Please sign in to comment.