Skip to content

Commit fe797ea

Browse files
committed
correct arm64
1 parent a36f092 commit fe797ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-opencvsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
uses: reactivecircus/android-emulator-runner@v2
251251
with:
252252
api-level: 28
253-
arch: ${{ matrix.arch == 'x64' && 'x86_64' || 'arm64-v8a' }}
253+
arch: x86_64
254254
target: google_apis
255255
script: |
256256
adb push -a test /data/local/tmp/

0 commit comments

Comments
 (0)