Skip to content

Commit ecbf71c

Browse files
committed
Fix arm64-v8a
1 parent 69a377b commit ecbf71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/AdvancedStateAndSideEffectsCodelab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
api-level: ${{ matrix.api-level }}
9898
target: google_apis
99-
arch: arm-v8
99+
arch: arm64-v8a
100100
disable-animations: true
101101
script: ./gradlew connectedCheck --stacktrace
102102
working-directory: ${{ env.SAMPLE_PATH }}

0 commit comments

Comments
 (0)