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