Skip to content

Commit 3d95bba

Browse files
fix(circleci): Add unixodbc-dev to common dependencies in install script
1 parent 0ae2621 commit 3d95bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/install-prerequisites.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212

1313
ENGINE="$1"
1414

15-
COMMON_DEPENDENCIES="libpq-dev netcat-traditional"
15+
COMMON_DEPENDENCIES="libpq-dev netcat-traditional unixodbc-dev"
1616
ENGINE_DEPENDENCIES=""
1717

1818
if [ "$ENGINE" == "spark" ]; then

0 commit comments

Comments
 (0)