Slim down Linux CI

This commit is contained in:
Quinten Kock 2026-05-03 05:51:23 +02:00
parent f8446cf538
commit ee937133df
1 changed files with 0 additions and 14 deletions

View File

@ -23,20 +23,6 @@ jobs:
node-version: 20
cache: "npm"
- name: Install Linux dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y \
libgtk-3-dev \
libwebkit2gtk-4.1-dev \
libayatana-appindicator3-dev \
librsvg2-dev \
python3 \
make \
g++ \
build-essential
- name: Install dependencies
run: npm ci