Skip to content

Commit fe99f72

Browse files
committed
fixup: also add /usr/bin to path
1 parent 10b6055 commit fe99f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# benchmark root frame when using the process with most samples.
9090
CODSPEED_PERF_ENABLED: false
9191
# Prepend /usr/local/bin to PATH so the symlinked valgrind is resolved first
92-
PATH: /usr/local/bin:${{ env.PATH }}
92+
PATH: /usr/local/bin:/usr/bin:${{ env.PATH }}
9393
with:
9494
working-directory: bench
9595
mode: walltime

0 commit comments

Comments
 (0)