From 053eb3d32164ab809e86a9ccf9bef7c55a502e8e Mon Sep 17 00:00:00 2001 From: Micha de Vries Date: Mon, 30 Oct 2023 11:41:51 +0100 Subject: [PATCH] WIP --- .github/workflows/CI.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index edddd0a..fc5e38d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -183,10 +183,9 @@ jobs: memory: 3G run: | sudo pkg install -y -f curl node libnghttp2 npm yarn - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh -y --profile minimal --default-toolchain beta + sudo curl https://sh.rustup.rs -sSf --output rustup.sh + sudo sh rustup.sh -y --profile minimal --default-toolchain beta export PATH="/usr/local/cargo/bin:$PATH" - source "$HOME/.cargo/env" echo "~~~~ rustc --version ~~~~" rustc --version echo "~~~~ node -v ~~~~"