fix warning in CI about using apt in a script

This commit is contained in:
Skgland
2026-02-20 22:57:44 +01:00
committed by Bennet Bleßmann
parent 2a79d6fc40
commit 0ceab41b39

View File

@@ -180,7 +180,7 @@ jobs:
version=`yq -ptoml -oj -r '.package[] | select(.name == "iai-callgrind") | .version' Cargo.lock`
echo installing iai-callgrind "$version"
cargo install iai-callgrind-runner --force --version "$version"
sudo apt install valgrind -y
sudo apt-get install valgrind -y
- name: Test and report
run: |