fix warning in CI about using apt in a script
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -180,7 +180,7 @@ jobs:
|
|||||||
version=`yq -ptoml -oj -r '.package[] | select(.name == "iai-callgrind") | .version' Cargo.lock`
|
version=`yq -ptoml -oj -r '.package[] | select(.name == "iai-callgrind") | .version' Cargo.lock`
|
||||||
echo installing iai-callgrind "$version"
|
echo installing iai-callgrind "$version"
|
||||||
cargo install iai-callgrind-runner --force --version "$version"
|
cargo install iai-callgrind-runner --force --version "$version"
|
||||||
sudo apt install valgrind -y
|
sudo apt-get install valgrind -y
|
||||||
|
|
||||||
- name: Test and report
|
- name: Test and report
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user