mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-27 09:47:34 +03:00
fix ci linux deps
This commit is contained in:
parent
717e5a6dcd
commit
ea5e794b68
10
.github/workflows/publish.yaml
vendored
10
.github/workflows/publish.yaml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user