File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/studio-website/src-tauri Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 if : matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
4646 run : |
4747 sudo apt-get update
48- sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4. 1-dev libappindicator3-dev librsvg2-dev patchelf
48+ sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
4949 # webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
5050 # You can remove the one that doesn't apply to your app to speed up the workflow a bit.
5151
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "graphscope-portal"
33version = " 0.1.0"
44description = " An Intuitive Graph Data Management Tool for GraphScope"
55authors = [" pomelo.lcw" ]
6- edition = " 2025 "
6+ edition = " 2021 "
77
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99
You can’t perform that action at this time.
0 commit comments