Skip to content

Commit

Permalink
workflows/neon-unstable: switch to neon developer edition
Browse files Browse the repository at this point in the history
  • Loading branch information
taj-ny committed Jan 4, 2025
1 parent 078822e commit 6ef391c
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: KDE Neon (unstable)
name: KDE Neon (developer)

on:
push:
Expand All @@ -14,19 +14,13 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: invent-registry.kde.org/neon/docker-images/plasma:unstable
image: invent-registry.kde.org/neon/docker-images/plasma:developer
options: --user root

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

- name: Refresh Packages
run: apt update

- 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

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build

Expand Down

0 comments on commit 6ef391c

Please sign in to comment.