diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6156f21..1c7ec11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,11 +23,9 @@ jobs: shell: bash run: | echo "Installing dependencies" - apt update export DEBIAN_FRONTEND=noninteractive - echo 'APT::Get::Assume-Yes "true";' >> /etc/apt/apt.conf sudo apt-get update - sudo apt-get install git cmake extra-cmake-modules build-essential libkf6runner-dev libkf6i18n-dev libkf6kio-dev libkf6service-dev libkf6kcmutils-dev libkf6dbusaddons-bin + sudo apt-get install -y git cmake extra-cmake-modules build-essential libkf6runner-dev libkf6i18n-dev libkf6kio-dev libkf6service-dev libkf6kcmutils-dev libkf6dbusaddons-bin - 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