Github Actions try 3

This commit is contained in:
Quinten Kock 2026-05-03 05:40:10 +02:00
parent 970d3f08d5
commit 764cbdd42e
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
@ -28,7 +29,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
libgtk-3-dev \
libwebkit2gtk-4.0-dev \
libwebkit2gtk-4.1-dev \
libayatana-appindicator3-dev \
librsvg2-dev \
python3 \