Skip to content

Commit 911b542

Browse files
committed
xx
1 parent 86df57f commit 911b542

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

ci/lib.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,8 @@ macos-*)
345345
;;
346346
esac
347347

348-
#CUSTOM_PATH="${CUSTOM_PATH:-$HOME/path}"
349-
#export PATH="$CUSTOM_PATH:$PATH"
350-
export PATH
348+
CUSTOM_PATH="${CUSTOM_PATH:-$HOME/path}"
349+
export PATH="$PATH:$CUSTOM_PATH"
351350

352351
case "$jobname" in
353352
linux32)

0 commit comments

Comments
 (0)