Skip to content

Commit d713347

Browse files
committed
fixup: try to add /usr/local/bin in front of path
1 parent 6a89687 commit d713347

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# IMPORTANT: The binary has to match the architecture of the runner!
1616
benchmark:
1717
- testdata/take_strings-aarch64
18-
valgrind:
18+
valgrind:
1919
- /usr/bin/valgrind
2020
- ../vg-in-place
2121
steps:
@@ -88,6 +88,8 @@ jobs:
8888
# We currently don't support sub-processes in benchmarks, since we cannot find the
8989
# benchmark root frame when using the process with most samples.
9090
CODSPEED_PERF_ENABLED: false
91+
# Prepend /usr/local/bin to PATH so the symlinked valgrind is resolved first
92+
PATH: /usr/local/bin:${{ env.PATH }}
9193
with:
9294
working-directory: bench
9395
mode: walltime

0 commit comments

Comments
 (0)