Skip to content

Commit b39acb9

Browse files
committed
FIX: to tauri build bug
1 parent cc0f289 commit b39acb9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tauri.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
--before-dev-command "pnpm dev" \
5959
--before-build-command "pnpm build"
6060
61+
- name: Pin tauri crate to version with fixed wry/webkit2gtk compatibility
62+
run: sed -i 's/^tauri = .*/tauri = { version = "1.8", features = ["shell-open"] }/' src-tauri/Cargo.toml
63+
6164
- name: Build Tauri package
6265
id: build
6366
uses: tauri-apps/tauri-action@v0.6.1

0 commit comments

Comments
 (0)