mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
Add Valgrind (#22346)
* . * Add Valgrind for Bisect bot in GitHub Actions
This commit is contained in:
3
.github/workflows/bisects.yml
vendored
3
.github/workflows/bisects.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user