Skip to content

Commit

Permalink
Add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Santos committed Nov 26, 2019
1 parent 1c0b198 commit 815c8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install_c_toolchain() {
gcc-aarch64-linux-gnu libc6-arm64-cross libc6-dev-arm64-cross pkg-config libssl-dev
;;
x86_64-unknown-linux-musl)
sudo apt-get update && apt-get install -y --no-install-recommends \
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
pkg-config libssl-dev
;;
*)
Expand Down

0 comments on commit 815c8c5

Please sign in to comment.