From bb0b01d02b42e0282b8357856a72e7d25ca713a5 Mon Sep 17 00:00:00 2001 From: hongweipeng Date: Thu, 5 Jun 2025 11:07:07 +0800 Subject: [PATCH] gh-135155: Added dependencies required for compiling the _zstd module --- .github/workflows/posix-deps-apt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/posix-deps-apt.sh b/.github/workflows/posix-deps-apt.sh index d5538cd9367ec6..7773222af5d26f 100755 --- a/.github/workflows/posix-deps-apt.sh +++ b/.github/workflows/posix-deps-apt.sh @@ -17,6 +17,7 @@ apt-get -yq install \ libreadline6-dev \ libsqlite3-dev \ libssl-dev \ + libzstd-dev \ lzma \ lzma-dev \ strace \