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 0b299f2 commit 1dc96dcCopy full SHA for 1dc96dc
.github/workflows/pr-compile-check.yaml
@@ -59,7 +59,8 @@ jobs:
59
- name: Install system libraries for this test
60
run: |
61
sudo apt-get update
62
- sudo apt-get install -y libjemalloc-dev libluajit-5.1-dev libnghttp2-dev
+ sudo apt-get install -y libjemalloc-dev libluajit-5.1-dev libnghttp2-dev \
63
+ libsqlite3-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/ && \
@@ -97,4 +98,5 @@ jobs:
97
98
echo "$ldd_result" | grep libjemalloc
99
echo "$ldd_result" | grep libluajit
100
echo "$ldd_result" | grep libnghttp2
101
+ echo "$ldd_result" | grep libsqlite3
102
working-directory: build
0 commit comments