Skip to content

Commit cfd7c7a

Browse files
authored
Debug 2
1 parent 0e0d39e commit cfd7c7a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -747,14 +747,7 @@ jobs:
747747
run: |
748748
# Install deps
749749
sudo apt-get update
750-
sudo apt-get install git g++ debhelper devscripts gnupg python3
751-
sudo apt-get install -y libc6-dbg
752-
sudo snap install valgrind --classic
753-
sudo apt autoremove
754-
sudo apt clean
755-
# Install libraries used by the cppyy test suite
756-
sudo apt install libeigen3-dev
757-
sudo apt install libboost-all-dev
750+
sudo apt-get install git g++ debhelper devscripts gnupg python3 valgrind
758751
759752
- name: Install deps on MacOS
760753
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)