aptitude arm
This commit is contained in:
parent
e7d48b9c87
commit
4f96378d4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -72,7 +72,6 @@ jobs:
|
|||
run: |
|
||||
cat /etc/os-release
|
||||
dnf update -y
|
||||
aptitude build-dep python3
|
||||
dnf install -y epel-release tar wget make gcc openssl-devel bzip2-devel libffi-devel zlib-devel
|
||||
- name: Install Python
|
||||
run: |
|
||||
|
|
@ -127,6 +126,7 @@ jobs:
|
|||
# Set an output parameter `uname` for use in subsequent steps
|
||||
run: |
|
||||
apt-get update -y
|
||||
aptitude build-dep python3
|
||||
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
|
||||
wget https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tar.xz
|
||||
tar -xf Python-3.10.10.tar.xz
|
||||
|
|
|
|||
Loading…
Reference in a new issue