Install valgrind for Linux github runners
This commit is contained in:
parent
2c8ce0a359
commit
75c2a4cbdf
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
steps:
|
||||
- name: Install dependencies (Linux)
|
||||
if: runner.os == 'Linux'
|
||||
run: sudo apt-get update && sudo apt-get install -y gcc gdc ldc
|
||||
run: sudo apt-get update && sudo apt-get install -y gcc gdc ldc valgrind
|
||||
|
||||
- name: Install dependencies (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user