Skip to content

Commit 341a325

Browse files
committed
CI: Update package lists before adding packages
1 parent 43107d5 commit 341a325

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

scripts/install_astyle_dependencies_with_apt.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ set -eufx
33

44
PACKAGES="subversion cmake"
55

6-
apt-get -yq --no-install-suggests --no-install-recommends install $PACKAGES
6+
apt-get update
7+
apt-get -yq --no-install-suggests --no-install-recommends install $PACKAGES

scripts/install_cppcheck_dependencies_with_apt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ set -eufx
33

44
PACKAGES="libz3-dev z3"
55

6+
apt-get update
67
apt-get -yq --no-install-suggests --no-install-recommends install $PACKAGES

scripts/install_xrdp_build_dependencies_with_apt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ in
8989
;;
9090
esac
9191

92+
apt-get update
9293
apt-get -yq \
9394
--no-install-suggests \
9495
--no-install-recommends \

0 commit comments

Comments
 (0)