Skip to content

Commit

Permalink
fix: test building in latest libwebkit2gtk and ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Dec 11, 2024
1 parent 84ba89e commit bf1e1b2
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
platform:
- macos-13 # [macOs, x64]
- macos-latest # [macOs, ARM64]
- ubuntu-24.04 # [linux, x64]
- ubuntu-22.04 # [linux, x64]
- windows-latest # [windows, x64]

runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -164,15 +164,17 @@ jobs:
libssl-dev \
libgtk-3-dev \
libappindicator3-dev \
libwebkit2gtk-4.1-0 \
libwebkit2gtk-4.1-dev \
librsvg2-dev;
sudo apt install -y \
libwebkit2gtk-4.1-0=2.44.0-2 \
libwebkit2gtk-4.1-dev=2.44.0-2 \
libjavascriptcoregtk-4.1-0=2.44.0-2 \
libjavascriptcoregtk-4.1-dev=2.44.0-2 \
gir1.2-javascriptcoregtk-4.1=2.44.0-2 \
gir1.2-webkit2-4.1=2.44.0-2;
# sudo apt install -y \
# libwebkit2gtk-4.1-0=2.44.0-2 \
# libwebkit2gtk-4.1-dev=2.44.0-2 \
# libjavascriptcoregtk-4.1-0=2.44.0-2 \
# libjavascriptcoregtk-4.1-dev=2.44.0-2 \
# gir1.2-javascriptcoregtk-4.1=2.44.0-2 \
# gir1.2-webkit2-4.1=2.44.0-2;
- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -262,7 +264,7 @@ jobs:
platform:
- macos-13 # [macOs, x64]
- macos-latest # [macOs, ARM64]
- ubuntu-24.04 # [linux, x64]
- ubuntu-22.04 # [linux, x64]
- windows-latest # [windows, x64]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bf1e1b2

Please sign in to comment.