We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9692eed commit d76fb6bCopy full SHA for d76fb6b
ci/scripts/conan_build.sh
@@ -83,6 +83,9 @@ OS=$( uname -s )
83
if [ x"$OS" = x"Linux" ]; then
84
sudo apt update
85
sudo apt install -y rapidjson-dev
86
+ dpkg -L rapidjson-dev
87
+ dpkg -l rapidjson-dev
88
+ cat /etc/os-release
89
fi
90
cd ${build_dir}/conan/all
91
conan create . "${conan_args[@]}" "$@"
0 commit comments