Skip to content

Commit

Permalink
Add Valgrind installation to the workflow
Browse files Browse the repository at this point in the history
This commit adds the installation of Valgrind to the workflow, ensuring that it is available for use in subsequent steps.
  • Loading branch information
acgetchell committed Nov 28, 2023
1 parent 470ff3f commit 572fca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup
run: |
sudo apt update
sudo apt-get install build-essential automake autoconf autoconf-archive texinfo libtool-bin yasm ninja-build ccache
sudo apt-get install build-essential automake autoconf autoconf-archive texinfo libtool-bin yasm ninja-build ccache valgrind
- name: Setup GCC
uses: pkgxdev/setup@v1
Expand Down

0 comments on commit 572fca2

Please sign in to comment.