Skip to content

Commit 68dea4d

Browse files
committed
add musl tools to ubuntu ci build
1 parent 6e33176 commit 68dea4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ for:
115115
# Install rust
116116
- sh: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal"
117117
- sh: "PATH=${HOME}/.cargo/bin:$PATH"
118+
- sh: "rustup target add x86_64-unknown-linux-musl --toolchain stable"
119+
- sh: "sudo apt-get install musl-tools"
118120
- sh: "rustc -V"
119121
- sh: "cargo -V"
120122

0 commit comments

Comments
 (0)