Skip to content

Commit 6f2ff69

Browse files
authored
Add installation of valgrind to action.yml
1 parent 091a784 commit 6f2ff69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/install-deps/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,7 @@ runs:
109109
110110
sudo apt-get update
111111
sudo apt-get update && sudo apt-get install -y file dpkg-dev fakeroot binutils
112+
113+
sudo apt update
114+
sudo apt install -y valgrind
115+

0 commit comments

Comments
 (0)