Skip to content

Commit 207ae3a

Browse files
authored
Fix mistake added to main for Valgrind
This reverts commit f43164c.
1 parent f43164c commit 207ae3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403
sudo apt-get update
404404
sudo apt-get install git g++ debhelper devscripts gnupg python3 doxygen graphviz python3-sphinx
405405
sudo apt-get install -y libc6-dbg
406-
sudo snap install valgrind
406+
sudo snap install valgrind --classic
407407
sudo apt autoremove
408408
sudo apt clean
409409
# Install libraries used by the cppyy test suite

0 commit comments

Comments
 (0)