Skip to content

Commit 6fb7545

Browse files
committed
ci: add musl linker configuration
1 parent d329cf9 commit 6fb7545

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
sudo apt-get install -y musl-tools musl-dev
9999
fi
100100
101+
- name: Configure musl linker
102+
if: matrix.target == 'x86_64-unknown-linux-musl'
103+
run: echo "CC_x86_64_unknown_linux_musl=musl-gcc" >> $GITHUB_ENV
104+
101105
- name: Cache cargo
102106
uses: actions/cache@v4
103107
with:

0 commit comments

Comments
 (0)