Merge pull request #3929 from gitbutlerapp/Virtual-branch

feat(ci): install Linux dependencies in a single command
This commit is contained in:
Kiril Videlov 2024-05-31 13:48:47 +02:00 committed by GitHub
commit 0f58195485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,8 +111,7 @@ jobs:
- name: install linux dependencies
shell: bash
if: runner.os == 'Linux'
run: sudo apt-get update
run: sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
run: sudo apt-get update; sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
- name: Build binary
shell: bash