mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 22:03:30 +03:00
Merge pull request #3930 from gitbutlerapp/update-ubuntu-20.04
feat(workflow): Update Linux dependencies and target Ubuntu 20.04
This commit is contained in:
commit
1d788f0e64
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
platform:
|
||||
- macos-13 # [macOs, x64]
|
||||
- macos-latest # [macOs, ARM64]
|
||||
- ubuntu-22.04 # [linux, x64]
|
||||
- ubuntu-20.04 # [linux, x64]
|
||||
- windows-latest # [windows, x64]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
@ -111,7 +111,7 @@ jobs:
|
||||
- name: install linux dependencies
|
||||
shell: bash
|
||||
if: runner.os == 'Linux'
|
||||
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
|
||||
run: sudo apt-get update; 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
|
||||
shell: bash
|
||||
@ -196,7 +196,7 @@ jobs:
|
||||
platform:
|
||||
- macos-13 # [macOs, x64]
|
||||
- macos-latest # [macOs, ARM64]
|
||||
- ubuntu-22.04 # [linux, x64]
|
||||
- ubuntu-20.04 # [linux, x64]
|
||||
- windows-latest # [windows, x64]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user