diff --git a/.github/workflows/c-cpp-cmake.yml b/.github/workflows/c-cpp-cmake.yml index f5d7689..7f50941 100644 --- a/.github/workflows/c-cpp-cmake.yml +++ b/.github/workflows/c-cpp-cmake.yml @@ -27,7 +27,7 @@ jobs: # run: ./configure - name: Linux libraries if: ${{ startsWith(matrix.target, 'ubuntu') }} - run: sudo apt install libssl-dev libpam-dev libpcre2-dev + run: sudo apt-get update && sudo apt-get install -y libssl-dev libpam-dev libpcre2-dev - name: Mac libraries if: ${{ startsWith(matrix.target, 'macos') }} run: brew install pcre2