Skip to content

Commit adbf061

Browse files
committed
_
1 parent 28014ae commit adbf061

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: rustup-init --default-toolchain nightly --profile minimal -y
2929
shell: alpine.sh {0}
3030

31-
- run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build && cargo build --release
31+
- run: cargo build
3232
shell: alpine.sh {0}
3333

3434
- name: Find built shared library

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ serde = { version = "1.0.216", features = ["derive"] }
1414
serde_json = "1.0.134"
1515
tokio = { version = "1.42.0", features = ["rt-multi-thread"] }
1616
reqwest = { version = "0.12.9", features = ["json", "blocking", "gzip"] }
17+
18+
[target.x86_64-unknown-linux-musl]
19+
rustflags = ["-C", "target-feature=-crt-static"]

0 commit comments

Comments
 (0)