Skip to content

Commit 4066e1c

Browse files
ThomasDevoogdtpatrick-stephens
authored andcommitted
workflows: pr-compile-check.yaml: add libzstd-dev system library test
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
1 parent 1dc96dc commit 4066e1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-compile-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
sudo apt-get update
6262
sudo apt-get install -y libjemalloc-dev libluajit-5.1-dev libnghttp2-dev \
63-
libsqlite3-dev
63+
libsqlite3-dev libzstd-dev
6464
mkdir -p /tmp/libbacktrace/build && \
6565
curl -L https://github.com/ianlancetaylor/libbacktrace/archive/8602fda.tar.gz | \
6666
tar --strip-components=1 -xzC /tmp/libbacktrace/ && \
@@ -99,4 +99,5 @@ jobs:
9999
echo "$ldd_result" | grep libluajit
100100
echo "$ldd_result" | grep libnghttp2
101101
echo "$ldd_result" | grep libsqlite3
102+
echo "$ldd_result" | grep libzstd
102103
working-directory: build

0 commit comments

Comments
 (0)