Skip to content

Commit

Permalink
Merge pull request #159 from taj-ny/workflows-neon-unstable-fix
Browse files Browse the repository at this point in the history
workflows/neon-unstable: upgrade packages before installing dependencies
  • Loading branch information
taj-ny authored Jan 5, 2025
2 parents 078822e + 235d566 commit 58e6653
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 58e6653

Please sign in to comment.