Skip to content

Commit 3e547c1

Browse files
authored
Add PostgreSQL binaries to PATH in cc-env for tarballs.
1 parent e39c213 commit 3e547c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitlab/cc-env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export PATH=$DEPS_INSTALL_DIR/jdk-install/bin\
2323
:$DEPS_INSTALL_DIR/ctags-install/bin\
2424
:$DEPS_INSTALL_DIR/python-install/bin\
2525
:$DEPS_INSTALL_DIR/node-install/bin\
26+
:$DEPS_INSTALL_DIR/postgresql-install/bin\
2627
:$CC_INSTALL_DIR/bin\
2728
:$PATH
2829

0 commit comments

Comments
 (0)