diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6536f3877..382b2488c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - uses: awalsh128/cache-apt-pkgs-action@latest with: - packages: libzmq-devel + packages: libzmq-dev version: 1.0 - - uses: actions/checkout@v3 - 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. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type