Github Actions try 2

This commit is contained in:
Quinten Kock 2026-05-03 05:37:35 +02:00
parent 998df6d844
commit 970d3f08d5
1 changed files with 14 additions and 0 deletions

View File

@ -22,6 +22,20 @@ 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.0-dev \
libayatana-appindicator3-dev \
librsvg2-dev \
python3 \
make \
g++ \
build-essential
- name: Install dependencies
run: npm ci