Add libcurl4-gnutls-dev to selftest.yml

This commit is contained in:
Joseph Henry
2021-03-16 14:27:24 -07:00
parent 00b52d0910
commit 151b376539

View File

@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install libcurl (used for Central API)
run: sudo apt-get install libcurl4 -y
run: sudo apt-get install libcurl4 libcurl4-gnutls-dev -y
- name: Checkout submodules
run: git submodule update --init