We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf9931 commit e8a1b3bCopy full SHA for e8a1b3b
.github/workflows/linux_check.yml
@@ -10,6 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
- name: build
12
run: |
13
+ sudo apt install -y valgrind
14
mkdir build && cd build
15
cmake ../src
16
make
0 commit comments