diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 46283b5..494c3e0 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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