added missing valgrind installation into workflows
This commit is contained in:
parent
3dcdf601a9
commit
c66b5596c0
3
.github/workflows/why2-core-test.yml
vendored
3
.github/workflows/why2-core-test.yml
vendored
@ -55,6 +55,9 @@ jobs:
|
||||
- name: Preparation
|
||||
run: sudo ./${{ matrix.configure }}
|
||||
|
||||
- name: Install Valgrind
|
||||
run: sudo apt install valgrind
|
||||
|
||||
- name: Install WHY2
|
||||
run: sudo make install
|
||||
|
||||
|
3
.github/workflows/why2-logger-test.yml
vendored
3
.github/workflows/why2-logger-test.yml
vendored
@ -54,6 +54,9 @@ jobs:
|
||||
- name: Preparation
|
||||
run: sudo ./${{ matrix.configure }}
|
||||
|
||||
- name: Install Valgrind
|
||||
run: sudo apt install valgrind
|
||||
|
||||
- name: Install WHY2
|
||||
run: sudo make install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user