Skip to content

Commit 86d2f2b

Browse files
committed
libnghttp2 for linux
1 parent 313e8c3 commit 86d2f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: runner.os == 'Linux'
5151
run: |
5252
sudo apt-get update
53-
sudo apt-get install -y cmake ninja-build libssl-dev pkg-config autoconf automake libtool
53+
sudo apt-get install -y cmake ninja-build libssl-dev pkg-config autoconf automake libtool libnghttp2-dev
5454
5555
- name: Cache Homebrew packages (macOS)
5656
if: runner.os == 'macOS'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: runner.os == 'Linux'
3939
run: |
4040
sudo apt-get update
41-
sudo apt-get install -y cmake ninja-build libssl-dev pkg-config autoconf automake libtool
41+
sudo apt-get install -y cmake ninja-build libssl-dev pkg-config autoconf automake libtool libnghttp2-dev
4242
4343
- name: Cache Homebrew packages (macOS)
4444
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)