diff --git a/.github/workflows/cmake.yml b/.github/workflows/selftest.yml similarity index 96% rename from .github/workflows/cmake.yml rename to .github/workflows/selftest.yml index 494c3e0..3d4ee4e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/selftest.yml @@ -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