File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -230,9 +230,8 @@ jobs:
230230 - name : Install Build Dependencies
231231 run : |
232232 sudo apt-get update
233- sudo apt-get install -y git rustc cargo pkg-config libssl-dev build-essential python3-dev uuid-runtime genisoimage python3 ipmitool build-essential libgcrypt20 libgpg-error-dev libgpg-error0 libopenipmi0 ipmitool libpython3-dev libssl-dev libffi-dev python3-openssl python3-dev python3-setuptools libxml2-dev libxslt1-dev gcc python3-cffi libffi-dev
234- curl -sSf https://sh.rustup.rs | sh -s -- -y
235- . "$HOME/.cargo/env"
233+ sudo apt-get install -y git pkg-config libssl-dev build-essential python3-dev uuid-runtime genisoimage python3 ipmitool build-essential libgcrypt20 libgpg-error-dev libgpg-error0 libopenipmi0 ipmitool libpython3-dev libssl-dev libffi-dev python3-openssl python3-dev python3-setuptools libxml2-dev libxslt1-dev gcc python3-cffi libffi-dev
234+ curl -sSf https://sh.rustup.rs | sh -s -- -y && . "$HOME/.cargo/env" && export PATH="$HOME/.cargo/bin:$PATH"
236235
237236 - name : Setup IPMI Tool for CloudStack
238237 run : |
You can’t perform that action at this time.
0 commit comments