[ci] now use apt update before installing dependencies
This commit is contained in:
parent
7fafb29572
commit
bb36e72c77
|
@ -1,3 +1,5 @@
|
|||
# Update as required by some packages
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y \
|
||||
libdatetime-perl libc6 libffi-dev libgcc1 libreadline8 libstdc++6 \
|
||||
libtcl8.6 tcl python3.8 python3-pip zlib1g libbz2-1.0 \
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Update as required by some packages
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y \
|
||||
libdatetime-perl libc6 libffi-dev libgcc1 libreadline8 libstdc++6 \
|
||||
libtcl8.6 tcl python3-pip zlib1g libbz2-1.0 \
|
||||
|
|
Loading…
Reference in New Issue