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 Jul 14, 2024
1 parent d204c87 commit 4d9e535
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/neon-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,21 @@ jobs:
runs-on: ubuntu-latest
container:
image: kdeneon/plasma:unstable
options: --user root

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

- name: Refresh Ubuntu Packages
run: |
pkcon refresh force -y
pkcon update -y --allow-downgrade
pkcon update -y --allow-downgrade
sudo pkcon refresh force -y
sudo pkcon update -y --allow-downgrade
sudo pkcon update -y --allow-downgrade
- name: Install Dependencies
run: |
pkcon install -y --allow-downgrades cmake g++ gettext extra-cmake-modules qt6-base-dev-tools libkf6configwidgets-dev libkf6kcmutils-dev kwin-dev
pkcon install -y --allow-downgrades dpkg-dev file
sudo pkcon install -y --allow-downgrade cmake g++ gettext extra-cmake-modules qt6-base-dev-tools libkf6configwidgets-dev libkf6kcmutils-dev kwin-dev
sudo pkcon install -y --allow-downgrade 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 4d9e535

Please sign in to comment.