Skip to content

Commit ccf9881

Browse files
committed
ci: custom path last
1 parent 7ff1e8d commit ccf9881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ macos-*)
346346
esac
347347

348348
CUSTOM_PATH="${CUSTOM_PATH:-$HOME/path}"
349-
export PATH="$CUSTOM_PATH:$PATH"
349+
export PATH="$PATH:$CUSTOM_PATH"
350350

351351
case "$jobname" in
352352
linux32)

0 commit comments

Comments
 (0)