Skip to content

Commit 920c7da

Browse files
committed
chore: try with hardcoded path
1 parent a27d441 commit 920c7da

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,10 @@ jobs:
9191
PATH1: /usr/local/bin:$PATH
9292
PATH2: "/usr/local/bin:$PATH"
9393
PATH3: /usr/local/bin:${{ env.PATH }}
94-
PATH4: ${{ matrix.valgrind }}:$PATH
9594
run: |
9695
echo $PATH1
9796
echo $PATH2
9897
echo $PATH3
99-
echo $PATH4
10098
echo "/usr/local/bin/" >> $GITHUB_PATH
10199
102100
- name: Run the benchmarks
@@ -106,6 +104,7 @@ jobs:
106104
# benchmark root frame when using the process with most samples.
107105
CODSPEED_PERF_ENABLED: false
108106
# Prepend /usr/local/bin to PATH so the symlinked valgrind is resolved first
107+
PATH: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:~/.cargo/bin
109108
with:
110109
working-directory: bench
111110
mode: walltime

0 commit comments

Comments
 (0)