Skip to content

Commit d76fb6b

Browse files
committed
test2
1 parent 9692eed commit d76fb6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/scripts/conan_build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ OS=$( uname -s )
8383
if [ x"$OS" = x"Linux" ]; then
8484
sudo apt update
8585
sudo apt install -y rapidjson-dev
86+
dpkg -L rapidjson-dev
87+
dpkg -l rapidjson-dev
88+
cat /etc/os-release
8689
fi
8790
cd ${build_dir}/conan/all
8891
conan create . "${conan_args[@]}" "$@"

0 commit comments

Comments
 (0)