no zstd with upload
This commit is contained in:
parent
c12492846b
commit
80e23115a7
1 changed files with 0 additions and 6 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -73,12 +73,6 @@ jobs:
|
||||||
cat /etc/os-release
|
cat /etc/os-release
|
||||||
dnf update -y
|
dnf update -y
|
||||||
dnf install -y epel-release tar wget make gcc openssl-devel bzip2-devel libffi-devel zlib-devel
|
dnf install -y epel-release tar wget make gcc openssl-devel bzip2-devel libffi-devel zlib-devel
|
||||||
- name: Install zstd
|
|
||||||
run: |
|
|
||||||
wget https://github.com/facebook/zstd/archive/refs/tags/v1.5.4.tar.gz
|
|
||||||
tar -xf v1.5.4.tar.gz
|
|
||||||
cd zstd-1.5.4 && make install
|
|
||||||
zstd --quiet --version
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
run: |
|
run: |
|
||||||
wget https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tar.xz
|
wget https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tar.xz
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue