Skip to content

Commit

Permalink
ci: fix musl build
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Dec 9, 2024
1 parent 20cdef2 commit d7ecedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- /usr/local/cargo/registry:/usr/local/cargo/registry
env:
RUST_TARGET: x86_64-unknown-linux-musl
RUSTFLAGS: "-C link-arg=-fuse-ld=lld -C target-feature=-crt-static"
RUSTFLAGS: "-C target-feature=+crt-static"
steps:
- name: Install dependencies
run: apk add --no-cache git clang lld musl-dev nodejs npm yarn binutils
Expand Down

0 comments on commit d7ecedb

Please sign in to comment.