File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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 : " "
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.
You can’t perform that action at this time.
0 commit comments