fix yaml
This commit is contained in:
parent
8db61210e7
commit
3863381292
1 changed files with 0 additions and 7 deletions
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
|
@ -124,13 +124,6 @@ jobs:
|
||||||
|
|
||||||
# Set an output parameter `uname` for use in subsequent steps
|
# Set an output parameter `uname` for use in subsequent steps
|
||||||
run: |
|
run: |
|
||||||
# apt-get update -y
|
|
||||||
# apt-get install -y wget build-essential gcc g++ libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev openssl python3-distutils python3-distutils-extra python3-setuptools curl
|
|
||||||
# wget https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tar.xz
|
|
||||||
# tar -xf Python-3.10.10.tar.xz
|
|
||||||
# cd Python-3.10.10 && ./configure --prefix=/usr/local --enable-shared LDFLAGS="-Wl,-rpath /usr/local/lib"
|
|
||||||
# make -j 8
|
|
||||||
# make altinstall
|
|
||||||
add-apt-repository ppa:deadsnakes/ppa
|
add-apt-repository ppa:deadsnakes/ppa
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get install -y python3.10
|
apt-get install -y python3.10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue