8000 add valgrind · Z80coder/datalog-cpp@e8a1b3b · GitHub
[go: up one dir, main page]

Skip to content

Commit e8a1b3b

Browse files
committed
add valgrind
1 parent daf9931 commit e8a1b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- name: build
1212
run: |
13+
sudo apt install -y valgrind
1314
mkdir build && cd build
1415
cmake ../src
1516
make

0 commit comments

Comments
 (0)
0