Skip to content

Commit 55018b8

Browse files
committed
Install missing valgrind dep
1 parent d1f9d63 commit 55018b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# - name: Install gcovr
1717
# run: pip3 install gcovr==5.0
1818
- name: Install apt dependencies
19-
run: sudo apt install -y libbsd-dev python3-pip pkg-config libcurl4-openssl-dev libzmq3-dev libpython3.12t64
19+
run: sudo apt install -y libbsd-dev python3-pip pkg-config libcurl4-openssl-dev libzmq3-dev libpython3.12t64 valgrind
2020
- name: Install pip dependencies
2121
run: pip3 install --break-system-packages meson ninja
2222
# - uses: BSFishy/meson-build@v1.0.3

0 commit comments

Comments
 (0)