attempt to fix fedora display with 24.04 and lib fix?
This commit is contained in:
parent
c713c39fd6
commit
100706b03e
1 changed files with 8 additions and 2 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
args: "--target aarch64-apple-darwin"
|
args: "--target aarch64-apple-darwin"
|
||||||
- platform: "macos-latest" # for Intel based macs.
|
- platform: "macos-latest" # for Intel based macs.
|
||||||
args: "--target x86_64-apple-darwin"
|
args: "--target x86_64-apple-darwin"
|
||||||
- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
|
- platform: "ubuntu-24.04"
|
||||||
args: ""
|
args: ""
|
||||||
- platform: "windows-latest"
|
- platform: "windows-latest"
|
||||||
args: ""
|
args: ""
|
||||||
|
|
@ -44,7 +44,13 @@ jobs:
|
||||||
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
|
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libasound2-dev libopenblas-dev libx11-dev libxtst-dev libxrandr-dev
|
sudo apt-get install -y libappindicator3-dev librsvg2-dev patchelf libasound2-dev libopenblas-dev libx11-dev libxtst-dev libxrandr-dev \
|
||||||
|
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
|
||||||
|
|
||||||
- name: Install Vulkan SDK
|
- name: Install Vulkan SDK
|
||||||
if: matrix.platform == 'windows-latest' # This must match the platform value defined above.
|
if: matrix.platform == 'windows-latest' # This must match the platform value defined above.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue