Skip to content

Commit 9d89454

Browse files
ThomasDevoogdtedsiper
authored andcommitted
workflows: pr-compile-check.yaml: add libnghttp2 system library test
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
1 parent fa7eea4 commit 9d89454

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
- name: Setup environment
4848
run: |
4949
sudo apt-get update
50-
sudo apt-get install -y curl gcc-7 g++-7 clang-6.0 libsystemd-dev gcovr libyaml-dev libluajit-5.1-dev
50+
sudo apt-get install -y curl gcc-7 g++-7 clang-6.0 libsystemd-dev gcovr libyaml-dev libluajit-5.1-dev \
51+
libnghttp2-dev
5152
sudo ln -s /usr/bin/llvm-symbolizer-6.0 /usr/bin/llvm-symbolizer || true
5253
mkdir -p /tmp/libbacktrace/build && \
5354
curl -L https://github.com/ianlancetaylor/libbacktrace/archive/8602fda.tar.gz | \

0 commit comments

Comments
 (0)