diff --git a/.github/workflows/neon-unstable.yml b/.github/workflows/neon-unstable.yml index a26cf18eb..c407cf4ca 100644 --- a/.github/workflows/neon-unstable.yml +++ b/.github/workflows/neon-unstable.yml @@ -24,8 +24,11 @@ jobs: - name: Refresh Packages run: apt update + - name: Upgrade Packages + run: apt upgrade -y --allow-downgrades + - name: Install Dependencies - run: apt install -y git cmake g++ extra-cmake-modules qt6-tools-dev kwin-dev libkf6configwidgets-dev gettext libkf6crash-dev libkf6globalaccel-dev libkf6kio-dev libkf6service-dev libkf6notifications-dev libkf6kcmutils-dev libkdecorations3-dev + run: apt install -y cmake g++ extra-cmake-modules qt6-tools-dev kwin-dev libkf6configwidgets-dev gettext libkf6crash-dev libkf6globalaccel-dev libkf6kio-dev libkf6service-dev libkf6notifications-dev libkf6kcmutils-dev libkdecorations3-dev - name: Configure CMake run: cmake -B ${{github.workspace}}/build