Skip to content

Commit 995d9e6

Browse files
aaronj0vgvassilev
authored andcommitted
Update valgrind installation and add new libraries
1 parent e07ad5f commit 995d9e6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,16 @@ jobs:
274274
run: |
275275
# Install deps
276276
sudo apt-get update
277-
sudo apt-get install git g++ debhelper devscripts gnupg python3 valgrind
277+
sudo apt-get install git g++ debhelper devscripts gnupg python3
278+
sudo apt-get install -y libc6-dbg
279+
sudo snap install valgrind --classic
278280
conda install -y -q -c conda-forge \
279281
distro \
280282
pytest
283+
284+
# Install libraries used by the cppyy test suite
285+
sudo apt install libeigen3-dev
286+
sudo apt install libboost-all-dev
281287
282288
- name: Install deps on MacOS
283289
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)