Skip to content

Commit ec06c27

Browse files
committed
Trigger CI failure for target aarch64-linux-android
1 parent 5764291 commit ec06c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
fail-fast: false
120120
matrix:
121121
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
122-
target: ['', 'x86_64-apple-ios', 'x86_64-unknown-freebsd', 'x86_64-unknown-illumos']
122+
target: ['', 'x86_64-apple-ios', 'x86_64-unknown-freebsd', 'x86_64-unknown-illumos', 'aarch64-linux-android']
123123
runs-on: ${{ matrix.os }}
124124
steps:
125125
- name: Checkout repository

0 commit comments

Comments
 (0)