Skip to content

Commit 06f78d0

Browse files
committed
fix apt-get command
1 parent 68dea4d commit 06f78d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ for:
116116
- sh: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal"
117117
- sh: "PATH=${HOME}/.cargo/bin:$PATH"
118118
- sh: "rustup target add x86_64-unknown-linux-musl --toolchain stable"
119-
- sh: "sudo apt-get install musl-tools"
119+
- sh: "sudo apt-get install -y musl-tools"
120120
- sh: "rustc -V"
121121
- sh: "cargo -V"
122122

0 commit comments

Comments
 (0)