Skip to content

Commit 6b7d310

Browse files
committed
fix links
1 parent ba9c10c commit 6b7d310

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release-cli.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
run: |
5454
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
5555
56+
- name: Configure static linking (Linux musl)
57+
if: contains(matrix.target, 'linux-musl')
58+
run: |
59+
echo "RUSTFLAGS=-C target-feature=+crt-static" >> $GITHUB_ENV
60+
5661
- name: Build
5762
run: cargo build --release --target ${{ matrix.target }}
5863

0 commit comments

Comments
 (0)