Skip to content

Commit 060993b

Browse files
authored
fix(ci): rename references to valgrind 3.20 to valgrind 3.24
Signed-off-by: Alexandre Plateau <lexplt.dev@gmail.com>
1 parent d846572 commit 060993b

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
@@ -378,12 +378,12 @@ jobs:
378378
sudo apt-get update --fix-missing
379379
sudo apt-get install -y clang-16 lld-16 libc++-16-dev libc++abi-16-dev clang-tools-16
380380
381-
- name: Install valgrind 3.20.0
381+
- name: Install valgrind 3.24.0
382382
shell: bash
383383
run: |
384384
wget --no-check-certificate http://ftp.us.debian.org/debian/pool/main/v/valgrind/valgrind_3.24.0-2_amd64.deb
385385
sudo apt remove needrestart
386-
sudo apt install ./valgrind_3.20.0-2.1_amd64.deb
386+
sudo apt install ./valgrind_3.24.0-2_amd64.deb
387387
388388
- name: Valgrind checks for memory leaks
389389
shell: bash

0 commit comments

Comments
 (0)