Skip to content

Commit

Permalink
pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Jan 9, 2024
1 parent 04ef69b commit ea98aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/test_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ea98aa0

Please sign in to comment.