Skip to content

Commit a42cc07

Browse files
committed
Fix arch flag in CI
1 parent 3622071 commit a42cc07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: "Build Swift Package for Android (armv7)"
3535
run: |
36-
ANDROID_SDK_VERSION=${{ matrix.android-api }} skip android build --arch armv7--android-api-level ${{ matrix.android-api }}
36+
ANDROID_SDK_VERSION=${{ matrix.android-api }} skip android build --arch armv7 --android-api-level ${{ matrix.android-api }}
3737
3838
- name: "Build Swift Package for Android (x86_64)"
3939
run: |

0 commit comments

Comments
 (0)