We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0f289 commit b39acb9Copy full SHA for b39acb9
1 file changed
.github/workflows/tauri.yml
@@ -58,6 +58,9 @@ jobs:
58
--before-dev-command "pnpm dev" \
59
--before-build-command "pnpm build"
60
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
+
64
- name: Build Tauri package
65
id: build
66
uses: tauri-apps/tauri-action@v0.6.1
0 commit comments