diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 974c3f6..02e7f9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,8 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Install xmllint - run: sudo apt-get install -y libssl-dev libcurl4-openssl-dev + - name: Install dependencies + run: sudo apt-get install -y libssl-dev libcurl4-openssl-dev faketime - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.