Skip to content

Commit

Permalink
Merge pull request #142 from skalenetwork/bug/fix-valgrind-startup
Browse files Browse the repository at this point in the history
add debug libs
  • Loading branch information
olehnikolaiev authored Jul 3, 2021
2 parents 5c70eb1 + 0b3fe07 commit e6ad0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install g++-7 clang-format-6.0 gawk sed shtool \
libffi-dev yasm texinfo flex bison python3.6
libffi-dev yasm texinfo flex bison python3.6 libc6-dbg
sudo snap install valgrind --classic
- name: Build dependencies
Expand Down

0 comments on commit e6ad0b1

Please sign in to comment.