From 649063c8c60cc5db9dd5f052d703c0236c5fabac Mon Sep 17 00:00:00 2001 From: John Reiser Date: Wed, 8 Oct 2025 08:40:23 -0700 Subject: [PATCH] ci.yml syntax modified: ci.yml --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e852cc88..03c632b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,14 +41,12 @@ jobs: apt-get update && apt-get upgrade -y # install system packages apt-get install -y --no-install-recommends bash ca-certificates curl git libmpc3 make perl-base tar time xz-utils libc6:i386 zlib1g:i386 -# ### install python2-minimal packages from Debian-11 ## mkdir ../deps; cd ../deps; mkdir packages ## curl -sS -L -O https://ftp.debian.org/debian/pool/main/p/python2.7/libpython2.7-minimal_2.7.18-8+deb11u1_amd64.deb ## curl -sS -L -O https://ftp.debian.org/debian/pool/main/p/python2.7/python2.7-minimal_2.7.18-8+deb11u1_amd64.deb ## dpkg -i ./*python2*.deb && rm ./*python2*.deb && ldconfig ## ln -s -v python2.7 /usr/bin/python2 -# # manually unpack and install compat libs from Ubuntu-16.04 curl -sS -L -O https://archive.kernel.org/ubuntu-archive/ubuntu/pool/main/m/mpfr4/libmpfr4_3.1.6-1_amd64.deb for f in ./*.deb; do dpkg -x $f ./packages; done