diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2023-07-30 02:21:22 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-30 13:21:22 +0800 |
commit | 19d1fe7af3ac728327732f3d54f0a3333d0b3328 (patch) | |
tree | 933730e196f5e46ced222c8fb9d195da6eee26a2 /.github | |
parent | e70992d2910e418e3e6d51ae097558ca123e354e (diff) | |
download | Nim-19d1fe7af3ac728327732f3d54f0a3333d0b3328.tar.gz |
Add Valgrind (#22346)
* . * Add Valgrind for Bisect bot in GitHub Actions
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/bisects.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/bisects.yml b/.github/workflows/bisects.yml index c755ef5a2..a8200c1f9 100644 --- a/.github/workflows/bisects.yml +++ b/.github/workflows/bisects.yml @@ -15,6 +15,9 @@ jobs: with: nim-version: 'devel' + - name: Install Dependencies + run: sudo apt-get install --no-install-recommends -yq valgrind + - uses: juancarlospaco/nimrun-action@nim with: github-token: ${{ secrets.GITHUB_TOKEN }} |