From 9b7df45ece92037a721994d57b3c25cecceb02ee Mon Sep 17 00:00:00 2001 From: augustin64 Date: Fri, 14 Jun 2024 11:32:09 +0200 Subject: [PATCH] Add dependencies --- cache_measurements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache_measurements.yml b/cache_measurements.yml index c5006ea..01d4207 100644 --- a/cache_measurements.yml +++ b/cache_measurements.yml @@ -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'