Skip to content

Commit 3e0ba1d

Browse files
ci(release): enable universe repo for .deb build (Plasma/KF6)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ccff439 commit 3e0ba1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
- name: Checkout
5151
uses: actions/checkout@v4
5252

53+
- name: Enable universe (Plasma/KF6)
54+
run: |
55+
# Plasma 6 / KF6 packages are in the community-maintained universe repo
56+
sed -i 's/^deb \(.*\) main$/deb \1 main universe/' /etc/apt/sources.list
57+
apt-get update
58+
5359
- name: Install build dependencies
5460
run: |
5561
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)