Skip to content

Commit

Permalink
Pin libwebkit2gtk-4.1 to older version for AppImage
Browse files Browse the repository at this point in the history
Avoid EGL_BAD_PARAMETER issue (#5282)
  • Loading branch information
ndom91 authored Oct 28, 2024
1 parent 8ea1240 commit 971fdc8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ jobs:
run: |
sudo apt update;
sudo apt install -y \
libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
Expand All @@ -166,13 +165,14 @@ jobs:
libgtk-3-dev \
libayatana-appindicator3-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.36.0-2ubuntu1 \
libwebkit2gtk-4.1-dev=2.36.0-2ubuntu1 \
libjavascriptcoregtk-4.1-dev=2.36.0-2ubuntu1 \
libjavascriptcoregtk-4.1-0=2.36.0-2ubuntu1 \
gir1.2-webkit2-4.1=2.36.0-2ubuntu1 \
gir1.2-javascriptcoregtk-4.1=2.36.0-2ubuntu1;
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 971fdc8

Please sign in to comment.