Skip to content

Commit 56c3c14

Browse files
committed
bug ci: fix flapping apt install
commit_hash:1c93053b08d0eea65124b3b763130a30e0e476c8
1 parent 072d3bd commit 56c3c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_and_install_all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ for BUILD_TYPE in Debug Release; do
5151
done
5252

5353
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
5455
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends ./libuserver-all-dev*.deb
5556

5657
rm -rf ./build_debug/ ./build_release/

0 commit comments

Comments
 (0)