We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc96dc commit 4066e1cCopy full SHA for 4066e1c
.github/workflows/pr-compile-check.yaml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
sudo apt-get update
62
sudo apt-get install -y libjemalloc-dev libluajit-5.1-dev libnghttp2-dev \
63
- libsqlite3-dev
+ libsqlite3-dev libzstd-dev
64
mkdir -p /tmp/libbacktrace/build && \
65
curl -L https://github.com/ianlancetaylor/libbacktrace/archive/8602fda.tar.gz | \
66
tar --strip-components=1 -xzC /tmp/libbacktrace/ && \
@@ -99,4 +99,5 @@ jobs:
99
echo "$ldd_result" | grep libluajit
100
echo "$ldd_result" | grep libnghttp2
101
echo "$ldd_result" | grep libsqlite3
102
+ echo "$ldd_result" | grep libzstd
103
working-directory: build
0 commit comments