Skip to content

Commit

Permalink
Update neon-unstable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matinlotfali authored Feb 4, 2024
1 parent bc7f6b1 commit 81de516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/neon-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Refresh KDE Neon Packages
run: apt update && apt -y --allow-downgrades dist-upgrade
Expand All @@ -42,7 +42,7 @@ jobs:
continue-on-error: true

- name: Install Dependencies
run: apt -y install cmake g++ gettext extra-cmake-modules qt6-base-dev-tools kf6-kcmutils-dev kwin-dev
run: apt -y --allow-downgrades install cmake g++ gettext extra-cmake-modules qt6-base-dev-tools kf6-kcmutils-dev kwin-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.
Expand Down

0 comments on commit 81de516

Please sign in to comment.