[ci] now use apt update before installing dependencies

This commit is contained in:
tangxifan 2023-07-14 10:27:24 -07:00
parent 7fafb29572
commit bb36e72c77
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Update as required by some packages
apt-get update
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
libdatetime-perl libc6 libffi-dev libgcc1 libreadline8 libstdc++6 \ libdatetime-perl libc6 libffi-dev libgcc1 libreadline8 libstdc++6 \
libtcl8.6 tcl python3.8 python3-pip zlib1g libbz2-1.0 \ libtcl8.6 tcl python3.8 python3-pip zlib1g libbz2-1.0 \

View File

@ -1,3 +1,5 @@
# Update as required by some packages
apt-get update
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
libdatetime-perl libc6 libffi-dev libgcc1 libreadline8 libstdc++6 \ libdatetime-perl libc6 libffi-dev libgcc1 libreadline8 libstdc++6 \
libtcl8.6 tcl python3-pip zlib1g libbz2-1.0 \ libtcl8.6 tcl python3-pip zlib1g libbz2-1.0 \