diff --git a/.github/workflows/install_dependencies_run.sh b/.github/workflows/install_dependencies_run.sh index ee8be9676..3d086d45f 100644 --- a/.github/workflows/install_dependencies_run.sh +++ b/.github/workflows/install_dependencies_run.sh @@ -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 \ diff --git a/.github/workflows/install_dependencies_run_ubuntu22p04.sh b/.github/workflows/install_dependencies_run_ubuntu22p04.sh index a9973d0c8..491f8020f 100644 --- a/.github/workflows/install_dependencies_run_ubuntu22p04.sh +++ b/.github/workflows/install_dependencies_run_ubuntu22p04.sh @@ -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 \