We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3d9e7 commit 5c15079Copy full SHA for 5c15079
1 file changed
.github/workflows/codspeed.yml
@@ -79,6 +79,11 @@ jobs:
79
- name: Install uv
80
uses: astral-sh/setup-uv@v5
81
82
+ # Ensure that the runner doesn't install it's own valgrind by linking vg-in-place to /usr/local/bin/valgrind,
83
+ # which makes the version check work correctly.
84
+ - name: Link vg-in-place to /usr/local/bin/valgrind
85
+ run: sudo ln -sf "$PWD/vg-in-place" /usr/local/bin/valgrind
86
+
87
- name: Run the benchmarks
88
uses: CodSpeedHQ/action@main
89
env:
0 commit comments