Skip to content

Commit cd3c467

Browse files
committed
chore: try appending to github path
1 parent de85c51 commit cd3c467

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ jobs:
5858
run: ./configure
5959

6060
- name: Build Valgrind
61-
run: make -j$(nproc)
61+
run: |
62+
make -j$(nproc) -C include
63+
make -j$(nproc) -C VEX
64+
make -j$(nproc) -C coregrind
65+
make -j$(nproc) -C callgrind
6266
6367
- name: Verify Valgrind build
6468
run: |
@@ -96,6 +100,7 @@ jobs:
96100
echo $PATH2
97101
echo $PATH3
98102
echo $PATH4
103+
echo "/usr/local/bin/" >> $GITHUB_PATH
99104
100105
- name: Run the benchmarks
101106
uses: CodSpeedHQ/action@main

0 commit comments

Comments
 (0)