diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18ac9fc..bce594c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: CARGO_TERM_COLOR: always # https://github.com/rust-lang/rust/issues/78210 RUSTFLAGS: -C strip=symbols -C target-feature=+crt-static + # https://github.com/rust-lang/cargo/pull/15462 + RUSTDOCFLAGS: -C target-feature=+crt-static TARGETS: ${{ join(matrix.artifact.targets, ' ') || matrix.artifact.name }} strategy: fail-fast: false