Skip to content

Commit 9f3523e

Browse files
authored
Update ci.yml
1 parent bb597fb commit 9f3523e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ jobs:
232232
sudo apt-get update
233233
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
234234
curl -sSf https://sh.rustup.rs | sh -s -- -y && . "$HOME/.cargo/env" && export PATH="$HOME/.cargo/bin:$PATH"
235+
rustc --verison
235236
236237
- name: Setup IPMI Tool for CloudStack
237238
run: |
@@ -253,6 +254,7 @@ jobs:
253254
254255
- name: Install Python dependencies
255256
run: |
257+
rustc --version
256258
python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycryptodome mock flask netaddr pylint pycodestyle six astroid pynose
257259
258260
- name: Install jacoco dependencies

0 commit comments

Comments
 (0)