Skip to content

Commit b5f607f

Browse files
committed
ci: add arch/target to cache either
1 parent c229979 commit b5f607f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
uses: reactivecircus/android-emulator-runner@v2
6161
with:
6262
api-level: ${{ matrix.api-level }}
63+
arch: ${{ matrix.arch }}
64+
target: ${{ matrix.target }}
6365
force-avd-creation: false
6466
emulator-options: -no-window -no-boot-anim -camera-back emulated -camera-front emulated -gpu swiftshader_indirect
6567
disable-animations: false

0 commit comments

Comments
 (0)