need ../deps/packages
modified: ci.yml
This commit is contained in:
parent
649063c8c6
commit
11041f44e6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -41,8 +41,8 @@ jobs:
|
|||||||
apt-get update && apt-get upgrade -y
|
apt-get update && apt-get upgrade -y
|
||||||
# install system packages
|
# 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
|
apt-get install -y --no-install-recommends bash ca-certificates curl git libmpc3 make perl-base tar time xz-utils libc6:i386 zlib1g:i386
|
||||||
|
mkdir ../deps; cd ../deps; mkdir packages
|
||||||
### install python2-minimal packages from Debian-11
|
### 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/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
|
## 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
|
## dpkg -i ./*python2*.deb && rm ./*python2*.deb && ldconfig
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user