Add dependencies
This commit is contained in:
parent
c7a24d6774
commit
9b7df45ece
@ -73,7 +73,7 @@ setup:
|
||||
- install_packages:
|
||||
- install_from_apt:
|
||||
- exec_in: apt-get update
|
||||
- exec_in: apt-get install libcpupower-dev linux-cpupower curl git bzip2 gcc hwloc -y
|
||||
- exec_in: apt-get install libcpupower-dev linux-cpupower curl git bzip2 gcc hwloc htop -y
|
||||
- install_rustup:
|
||||
- exec_in: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
|
||||
- exec_in: bash -c 'source "$HOME/.cargo/env" && rustup toolchain install nightly --profile minimal --component cargo && rustup default nightly'
|
||||
|
Loading…
Reference in New Issue
Block a user