Skip to content

Commit e6ad0b1

Browse files
Merge pull request #142 from skalenetwork/bug/fix-valgrind-startup
add debug libs
2 parents 5c70eb1 + 0b3fe07 commit e6ad0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
sudo apt-get update
2626
sudo apt-get install g++-7 clang-format-6.0 gawk sed shtool \
27-
libffi-dev yasm texinfo flex bison python3.6
27+
libffi-dev yasm texinfo flex bison python3.6 libc6-dbg
2828
sudo snap install valgrind --classic
2929
3030
- name: Build dependencies

0 commit comments

Comments
 (0)