Skip to content

Commit

Permalink
copy adbfs to right location and run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
spion committed Aug 12, 2024
1 parent ffd15ec commit 92f5eb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: adbfs-bin
path: /usr/bin/adbfs
- name: Enable KVM
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
Expand All @@ -39,7 +40,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./docker/run-docker-test.sh
script: sudo ./docker/run-docker-test.sh
# services:
# emulator:
# image: budtmo/docker-android:emulator_12.0
Expand Down

0 comments on commit 92f5eb5

Please sign in to comment.