Skip to content

Commit 4361ce0

Browse files
committed
test
1 parent 2619d7b commit 4361ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
uses: reactivecircus/android-emulator-runner@v2
7070
with:
7171
api-level: 34
72-
system-image-api-level: 34-ext9
73-
target: android-automotive
72+
arch: x86_64
73+
profile: Nexus 6
7474
script: adb install ./zig-out/bin/minimal.apk && adb shell am start -n com.zig.minimal/android.app.NativeActivity
7575
working-directory: examples/minimal
7676

0 commit comments

Comments
 (0)