Add missing tests dependency in GitHub action

This commit is contained in:
lwthiker
2022-04-12 22:19:43 +03:00
parent f1b31726dc
commit 842415f119

View File

@@ -27,6 +27,8 @@ jobs:
sudo apt install golang-go
# Needed to compile 'minicurl'
sudo apt install libcurl4-openssl-dev
# More dependencies for the tests
sudo apt install tcpdump nghttp2-server libnss3
- name: Check out the repo
uses: actions/checkout@v2