Update version of libcurl used in Selftest workflow file from 3 to 4
This commit is contained in:
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install libcurl (used for Central API)
|
- name: Install libcurl (used for Central API)
|
||||||
run: sudo apt-get install libcurl3 -y
|
run: sudo apt-get install libcurl4 -y
|
||||||
|
|
||||||
- name: Checkout submodules
|
- name: Checkout submodules
|
||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
|
|||||||
Reference in New Issue
Block a user