ci linux dependencies

This commit is contained in:
Kiril Videlov 2024-01-23 22:25:59 +01:00 committed by Kiril Videlov
parent 16ab8d71c8
commit 7d667e3265

View File

@ -73,7 +73,15 @@ jobs:
- name: install linux dependencies
if: runner.os == 'Linux'
run: sudo apt-get install -y libgtk-3-dev
run: sudo apt-get install -y libwebkit2gtk-4.0-dev \
build-essential \
curl \
wget \
file \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev
- name: Build binary
run: |