Skip to content

Commit fecbf0d

Browse files
committedNov 24, 2024·
更新测试设备信息
1 parent a04bcba commit fecbf0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/flutter-drive.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
matrix:
6969
api-level: [33]
7070
target: [google_apis]
71-
arch: arm64-v8a
7271
steps:
7372
- uses: actions/checkout@v3
7473
- name: set up JDK 17
@@ -88,7 +87,7 @@ jobs:
8887
with:
8988
api-level: ${{ matrix.api-level }}
9089
target: ${{ matrix.target }}
91-
arch: x86_64
90+
arch: arm64-v8a
9291
profile: Nexus 6
9392
script: "flutter drive --target=test_driver/driver.dart"
9493

0 commit comments

Comments
 (0)
Please sign in to comment.