diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 9aabcd94..ac579c98 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: Install libcurl (used for Central API) - run: sudo apt-get install libcurl4 libcurl4-gnutls-dev -y + run: sudo apt update && sudo apt install libcurl4 libcurl4-gnutls-dev -y - name: Checkout submodules run: git submodule update --init