Skip to content

Commit 3348362

Browse files
committed
github: do a full upgrade on Ubuntu before installing dependencies
Signed-off-by: Steven Noonan <[email protected]>
1 parent 95e1235 commit 3348362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/install-ubuntu.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ APT_FLAGS=(-q -o=Dpkg::Use-Pty=0)
99
export DEBIAN_FRONTEND=noninteractive
1010

1111
apt-get ${APT_FLAGS[@]} update
12+
apt-get ${APT_FLAGS[@]} -y dist-upgrade
1213
apt-get ${APT_FLAGS[@]} install -y locales
1314
locale-gen en_US.UTF-8
1415

0 commit comments

Comments
 (0)