Skip to content

Commit 01f87d8

Browse files
committed
ci: rename arch_arm64 to arch_aarch64 feature
1 parent eedd9fe commit 01f87d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: test (all features)
4141
run: env ${{ matrix.rust.env }} ALL_FEATURES=1 ./capstone-rs/ci/test.sh
4242

43-
- name: test (only enable x86 and arm64)
44-
run: env ${{ matrix.rust.env }} FEATURES=full,arch_x86,arch_arm64 NO_DEFAULT_FEATURES=1 ./capstone-rs/ci/test.sh
43+
- name: test (only enable x86 and aarch64)
44+
run: env ${{ matrix.rust.env }} FEATURES=full,arch_x86,arch_aarch64 NO_DEFAULT_FEATURES=1 ./capstone-rs/ci/test.sh

0 commit comments

Comments
 (0)