File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments