fix ci linux deps

This commit is contained in:
Kiril Videlov 2024-01-23 22:40:54 +01:00 committed by Kiril Videlov
parent 717e5a6dcd
commit ea5e794b68

View File

@ -73,15 +73,7 @@ jobs:
- name: install linux dependencies
if: runner.os == 'Linux'
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
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: |