diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-run.sh b/scripts/ci-run.sh index 2854ee7f3..ba213310c 100755 --- a/scripts/ci-run.sh +++ b/scripts/ci-run.sh @@ -423,7 +423,7 @@ ci_run () { if [ "x$IS_MACOS" = "xtrue" ]; then pip3 install -r testsuite/requirements.txt CC=clang \ - prefix="$(pwd)/install-$(echo "$TASK" | cut -d+ -f2)/usr/local" \ + PATH="$PATH:$(pwd)/install-$(echo "$TASK" | cut -d+ -f2)/usr/local/bin" \ ./testsuite/testsuite.sh else # Build ghdl/ghdl:$GHDL_IMAGE_TAG image |