Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into window-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
taj-ny committed Jan 5, 2025
2 parents 94af923 + 58e6653 commit c434331
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/neon-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c434331

Please sign in to comment.