Skip to content

Commit 7cd2d74

Browse files
committed
Try to fix CI
1 parent 62a2e40 commit 7cd2d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ jobs:
122122

123123
- name: Install profilers
124124
run: |
125-
sudo apt install -y valgrind
125+
sudo apt-get update
126+
sudo apt-get install -y valgrind
126127
cargo install --version 0.4.12 cargo-llvm-lines
127128
128129
- name: Configure environment
129130
run: |
130-
sudo apt-get update
131131
sudo apt-get install -y linux-tools-common linux-tools-generic linux-tools-`uname -r`
132132
echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
133133

0 commit comments

Comments
 (0)