From ea98aa0c1bff9df409934eb0f11214366bbe3034 Mon Sep 17 00:00:00 2001 From: Reshetnikov Alexandr Date: Wed, 10 Jan 2024 01:45:02 +0700 Subject: [PATCH] pkg-config --- poetry/test_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poetry/test_linux.sh b/poetry/test_linux.sh index e0d81cfce..d8e9e8092 100755 --- a/poetry/test_linux.sh +++ b/poetry/test_linux.sh @@ -4,7 +4,7 @@ is_ubuntu_os=false && [[ -f "/etc/lsb-release" ]] && is_ubuntu_os=true if [[ $is_ubuntu_os == true ]]; then apt update - apt install -y clang libmysqlclient-dev + apt install -y clang libmysqlclient-dev pkg-config fi readme_content='test readme content'