Skip to content

Commit

Permalink
ci: correct step name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Sep 8, 2024
1 parent de8f159 commit 9e10fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Static Build i686
run: |
make build-static-i686
- name: Build Build aarch64
- name: Static Build aarch64
env:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER: "aarch64-linux-gnu-gcc"
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_STRIP: "aarch64-linux-gnu-strip"
Expand Down

0 comments on commit 9e10fcc

Please sign in to comment.