added more missing dependencies

This commit is contained in:
razor950 2024-11-06 23:20:09 -05:00 committed by Abdenasser
parent 8004e2c661
commit 180215fb59
3 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: Linux (x86) Nightly Build
name: Linux (x86_64) Nightly Build
on:
schedule:
@ -30,12 +30,14 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
build-essential \
pkg-config \
libgtk-3-dev \
libwebkit2gtk-4.0-dev \
libayatana-appindicator3-dev \
librsvg2-dev \
libglib2.0-dev \
pkg-config
libjavascriptcoregtk-4.0-dev \
libsoup2.4-dev
- name: Install Dependencies
run: |

View File

@ -1,4 +1,4 @@
name: MacOS Nightly Build
name: MacOS (x86_64/arm) Nightly Build
on:
workflow_dispatch: # Allows manual triggering

View File

@ -1,4 +1,4 @@
name: Windows Nightly Build
name: Windows (x86_64) Nightly Build
on:
schedule: