diff --git a/cli/src/new/ci-template.ts b/cli/src/new/ci-template.ts index b3cfe777f9..57106ae9f7 100644 --- a/cli/src/new/ci-template.ts +++ b/cli/src/new/ci-template.ts @@ -214,7 +214,7 @@ jobs: prepare: | pkg install -y curl node14 python2 curl -qL https://www.npmjs.com/install.sh | sh - npm install -g yarn + npm install --location=global yarn curl https://sh.rustup.rs -sSf --output rustup.sh sh rustup.sh -y --profile minimal --default-toolchain stable export PATH="/usr/local/cargo/bin:$PATH"