tar/zstd
This commit is contained in:
parent
2b05e66e7f
commit
5438929688
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
run: |
|
||||
cat /etc/os-release
|
||||
dnf update -y
|
||||
dnf install -y epel-release
|
||||
dnf install -y epel-release tar zstd
|
||||
dnf install -y gcc openssl-devel bzip2-devel libffi-devel zlib-devel wget make
|
||||
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