Skip to content

Commit

Permalink
Installation of valgrind in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Nov 24, 2023
1 parent 1614e34 commit 260d174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install doxygen graphviz gcovr
run: sudo apt-get install doxygen graphviz gcovr valgrind
- name: Configure
run: ./configure
- name: Run checks
Expand Down

0 comments on commit 260d174

Please sign in to comment.