run apt update before apt install
https://github.com/orgs/community/discussions/145882#discussioncomment-11447924
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -180,6 +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-get update -y
|
||||
sudo apt-get install valgrind -y
|
||||
|
||||
- name: Test and report
|
||||
|
||||
Reference in New Issue
Block a user