diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 4f92d7d73..68eaf3d06 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -553,6 +553,7 @@ jobs: # Needs to be done in a sudo as we are changing users sudo -i -u cuuser sh << EOF + set -e whoami curl https://sh.rustup.rs -sSf --output rustup.sh sh rustup.sh -y --profile=minimal