Skip to content

Commit 100706b

Browse files
committed
attempt to fix fedora display with 24.04 and lib fix?
1 parent c713c39 commit 100706b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
args: "--target aarch64-apple-darwin"
1919
- platform: "macos-latest" # for Intel based macs.
2020
args: "--target x86_64-apple-darwin"
21-
- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
21+
- platform: "ubuntu-24.04"
2222
args: ""
2323
- platform: "windows-latest"
2424
args: ""
@@ -44,7 +44,13 @@ jobs:
4444
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
4545
run: |
4646
sudo apt-get update
47-
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libasound2-dev libopenblas-dev libx11-dev libxtst-dev libxrandr-dev
47+
sudo apt-get install -y libappindicator3-dev librsvg2-dev patchelf libasound2-dev libopenblas-dev libx11-dev libxtst-dev libxrandr-dev \
48+
libwebkit2gtk-4.1-0=2.44.0-2 \
49+
libwebkit2gtk-4.1-dev=2.44.0-2 \
50+
libjavascriptcoregtk-4.1-0=2.44.0-2 \
51+
libjavascriptcoregtk-4.1-dev=2.44.0-2 \
52+
gir1.2-javascriptcoregtk-4.1=2.44.0-2 \
53+
gir1.2-webkit2-4.1=2.44.0-2
4854
4955
- name: Install Vulkan SDK
5056
if: matrix.platform == 'windows-latest' # This must match the platform value defined above.

0 commit comments

Comments
 (0)