mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 12:26:02 +03:00
Merge pull request #3929 from gitbutlerapp/Virtual-branch
feat(ci): install Linux dependencies in a single command
This commit is contained in:
commit
0f58195485
3
.github/workflows/publish.yaml
vendored
3
.github/workflows/publish.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user