Skip to content

Commit 92f5eb5

Browse files
committed
copy adbfs to right location and run as root
1 parent ffd15ec commit 92f5eb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/download-artifact@v4
3131
with:
3232
name: adbfs-bin
33+
path: /usr/bin/adbfs
3334
- name: Enable KVM
3435
run: |
3536
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
@@ -39,7 +40,7 @@ jobs:
3940
uses: reactivecircus/android-emulator-runner@v2
4041
with:
4142
api-level: 29
42-
script: ./docker/run-docker-test.sh
43+
script: sudo ./docker/run-docker-test.sh
4344
# services:
4445
# emulator:
4546
# image: budtmo/docker-android:emulator_12.0

0 commit comments

Comments
 (0)