Update version of libcurl used in Selftest workflow file from 3 to 4

This commit is contained in:
Joseph Henry
2021-03-16 14:20:22 -07:00
parent 1f981379ca
commit 00b52d0910

View File

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