Skip to content

Commit

Permalink
Build with libwebkit2gtk-4.1=2.44.0 and Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 authored Oct 29, 2024
1 parent 5a27cc3 commit 2cd2ac2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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-22.04 # [linux, x64]
- ubuntu-24.04 # [linux, x64]
- windows-latest # [windows, x64]

runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -157,22 +157,22 @@ jobs:
run: |
sudo apt update;
sudo apt install -y \
libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
libappindicator3-dev \
librsvg2-dev;
sudo apt install -y \
libwebkit2gtk-4.0-37=2.36.0-2ubuntu1 \
libwebkit2gtk-4.0-dev=2.36.0-2ubuntu1 \
libjavascriptcoregtk-4.0-18=2.36.0-2ubuntu1 \
libjavascriptcoregtk-4.0-dev=2.36.0-2ubuntu1 \
gir1.2-javascriptcoregtk-4.0=2.36.0-2ubuntu1 \
gir1.2-webkit2-4.0=2.36.0-2ubuntu1;
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 +262,7 @@ jobs:
platform:
- macos-13 # [macOs, x64]
- macos-latest # [macOs, ARM64]
- ubuntu-22.04 # [linux, x64]
- ubuntu-24.04 # [linux, x64]
- windows-latest # [windows, x64]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2cd2ac2

Please sign in to comment.