This commit is contained in:
Novattz
2025-09-10 01:49:46 +02:00
parent 039d0702c7
commit 2c0e67eaf3

View File

@@ -15,8 +15,6 @@ jobs:
include:
- platform: 'ubuntu-20.04' # Stable Debian-based release
args: ''
- platform: 'ubuntu-22.04' # Alternative stable option
args: ''
runs-on: ${{ matrix.platform }}
@@ -44,9 +42,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y \
libwebkit2gtk-4.0-dev \
libwebkit2gtk-4.1-dev \
libappindicator3-dev \
libayatana-appindicator3-dev \
librsvg2-dev \
patchelf \
build-essential \
@@ -54,8 +51,7 @@ jobs:
wget \
file \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev
libgtk-3-dev
- name: Install frontend dependencies
run: npm ci