We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b8a2f commit 2f355d4Copy full SHA for 2f355d4
1 file changed
.github/workflows/ci.yml
@@ -232,6 +232,7 @@ jobs:
232
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"
236
237
- name: Setup IPMI Tool for CloudStack
238
run: |
0 commit comments