Skip to content

Commit 9b02ec3

Browse files
committed
feat: update ci
1 parent d1d8440 commit 9b02ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-desktop-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

packages/studio-website/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "graphscope-portal"
33
version = "0.1.0"
44
description = "An Intuitive Graph Data Management Tool for GraphScope"
55
authors = ["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

0 commit comments

Comments
 (0)