We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d846572 commit 060993bCopy full SHA for 060993b
.github/workflows/ci.yml
@@ -378,12 +378,12 @@ jobs:
378
sudo apt-get update --fix-missing
379
sudo apt-get install -y clang-16 lld-16 libc++-16-dev libc++abi-16-dev clang-tools-16
380
381
- - name: Install valgrind 3.20.0
+ - name: Install valgrind 3.24.0
382
shell: bash
383
run: |
384
wget --no-check-certificate http://ftp.us.debian.org/debian/pool/main/v/valgrind/valgrind_3.24.0-2_amd64.deb
385
sudo apt remove needrestart
386
- sudo apt install ./valgrind_3.20.0-2.1_amd64.deb
+ sudo apt install ./valgrind_3.24.0-2_amd64.deb
387
388
- name: Valgrind checks for memory leaks
389
0 commit comments