Skip to content

Commit

Permalink
[CI] assemble android proj before running emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 22, 2024
1 parent 6725213 commit b6bc07c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testInner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
- run: python scripts/conan_export_all_packages.py
working-directory: conan-odr-index

- run: ./gradlew assemble

- 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

0 comments on commit b6bc07c

Please sign in to comment.