Skip to content

Commit b41f4a5

Browse files
author
Jorge Aparicio
committed
sudo tar
1 parent 32f1b21 commit b41f4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install_c_toolchain() {
2222
;;
2323
mips-unknown-linux-gnu)
2424
cd /usr
25-
curl -sL $dropbox_url/gcc-mips-linux-gnu.tar.xz?dl=1 | tar -xJ
25+
curl -sL $dropbox_url/gcc-mips-linux-gnu.tar.xz?dl=1 | sudo tar -xJ
2626
;;
2727
*)
2828
;;

0 commit comments

Comments
 (0)