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 072d3bd commit 56c3c14Copy full SHA for 56c3c14
scripts/build_and_install_all.sh
@@ -51,6 +51,7 @@ for BUILD_TYPE in Debug Release; do
51
done
52
53
cpack -G DEB --config build_release/CPackConfig.cmake -D CPACK_INSTALL_CMAKE_PROJECTS="build_debug;userver;ALL;/;build_release;userver;ALL;/" ${PACKAGE_OPTIONS:-""}
54
+apt update
55
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends ./libuserver-all-dev*.deb
56
57
rm -rf ./build_debug/ ./build_release/
0 commit comments