Skip to content

Commit cb7d081

Browse files
install zstd
1 parent 673d637 commit cb7d081

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/packing.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,9 @@ jobs:
500500
path: deb_dist
501501

502502
- name: Install the package from deb artifacts
503-
run: apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
503+
run: |
504+
apt-get install zstd
505+
apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
504506
env:
505507
DEBIAN_FRONTEND: noninteractive
506508

0 commit comments

Comments
 (0)