diff --git a/.github/workflows/cmake-linux.yml b/.github/workflows/cmake-linux.yml index 450bc76..6142d5a 100644 --- a/.github/workflows/cmake-linux.yml +++ b/.github/workflows/cmake-linux.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Dependencies - run: apt-get install -y pkg-config libcurl4-openssl-dev libldns-dev libjsoncpp-dev libgflags-dev + run: sudo apt-get install -y pkg-config libcurl4-openssl-dev libldns-dev libjsoncpp-dev libgflags-dev - 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.