Skip to content

Commit

Permalink
ci: try fix kvm access
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Sep 27, 2024
1 parent 20bf73d commit be5604c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_emulator_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
run: |
v retry -- sudo apt update
v retry -- sudo apt install --quiet -y qemu-kvm
sudo chgrp kvm /dev/kvm
sudo chmod g+rw /dev/kvm
- name: Install SDK dependencies
run: |
Expand Down

0 comments on commit be5604c

Please sign in to comment.