Skip to content

Commit

Permalink
Update neon-unstable.yml 2 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
matinlotfali authored Sep 18, 2024
1 parent d3f1438 commit 8b1ac40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/neon-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: sudo apt update

- name: Add PPA support
run: sudo apt install -y --no-install-recommends software-properties-common gpg-agent aptitude
run: sudo apt install -y --no-install-recommends software-properties-common gpg-agent

- name: Add Neon Repository
run: |
Expand All @@ -40,8 +40,8 @@ jobs:
- name: Install Dependencies
run: |
sudo aptitude -y install --without-recommends cmake g++ gettext extra-cmake-modules qt6-base-dev-tools libkf6configwidgets-dev libkf6kcmutils-dev kwin-dev
sudo aptitude -y install --without-recommends dpkg-dev file
sudo apt-get install -y --no-install-recommends cmake g++ gettext extra-cmake-modules qt6-base-dev-tools libkf6configwidgets-dev libkf6kcmutils-dev kwin-dev
sudo apt-get install -y --no-install-recommends dpkg-dev file
- 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 8b1ac40

Please sign in to comment.