Skip to content

Commit

Permalink
[CI] Don't pre-build in emulator. Attempt to reduce disk space usage …
Browse files Browse the repository at this point in the history
…during emulator install
  • Loading branch information
ViliusSutkus89 committed Aug 7, 2024
1 parent 383eaa9 commit ad8653c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ jobs:
name: dotconan2
path: ~/.conan2

- run: ./gradlew assembleDebug
- 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 ad8653c

Please sign in to comment.