Skip to content

Commit 51875f3

Browse files
committed
Add local bin to path to find rebench
Signed-off-by: Stefan Marr <git@stefan-marr.de>
1 parent 8db2973 commit 51875f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ before_script:
1212
export PATH=/opt/local/bin:/Users/gitlab-runner/Library/Python/3.12/bin:$PATH
1313
export MP='-mp'
1414
fi
15+
export PATH=$HOME/.local/bin:$PATH
1516
1617
build_and_test:
1718
stage: build-and-test

0 commit comments

Comments
 (0)