From d1658fd1860d3dd60a3c41ed22b05bd4de8c708f Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sat, 25 Jun 2022 16:39:37 +0200 Subject: fix: Remove sudo --- .build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 8e16e4d..5292e3c 100644 --- a/.build.yml +++ b/.build.yml @@ -14,13 +14,15 @@ environment: tasks: - rustup: | - export PATH="$PATH:$HOME/.cargo/bin" - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sudo sh -s -- --profile minimal --quiet -y + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal --quiet -y + source $HOME/.cargo/env curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - test: | + source $HOME/.cargo/env cd genpass make test - deploy: | + source $HOME/.cargo/env cd genpass make sshopts="ssh -o StrictHostKeyChecking=no" -- cgit v1.2.3