Skip to content

Commit 9e10fcc

Browse files
committed
ci: correct step name typo
1 parent de8f159 commit 9e10fcc

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
@@ -79,7 +79,7 @@ jobs:
7979
- name: Static Build i686
8080
run: |
8181
make build-static-i686
82-
- name: Build Build aarch64
82+
- name: Static Build aarch64
8383
env:
8484
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER: "aarch64-linux-gnu-gcc"
8585
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_STRIP: "aarch64-linux-gnu-strip"

0 commit comments

Comments
 (0)