dir
This commit is contained in:
parent
818f5573d1
commit
bae1e67309
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/facebook/zstd/archive/refs/tags/v1.5.4.tar.gz
|
wget https://github.com/facebook/zstd/archive/refs/tags/v1.5.4.tar.gz
|
||||||
tar -xf v1.5.4.tar.gz
|
tar -xf v1.5.4.tar.gz
|
||||||
cd v1.5.4 && make install
|
cd zstd-1.5.4 && make install
|
||||||
zstd --quiet --version
|
zstd --quiet --version
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue