Skip to content

Commit

Permalink
fix(ci): install required dependencies to publish tauri plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Dec 7, 2023
1 parent bb684e6 commit c1113d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"getPublishedVersion": "cargo search ${ pkg.pkg } --limit 1 | sed -nE 's/^[^\"]*\"//; s/\".*//1p' -",
"prepublish": [
"sudo apt-get update",
"sudo apt-get install -y libgtk-3-dev"
"sudo apt-get install -y webkit2gtk-4.0"
],
"publish": [
"cargo publish"
Expand Down

0 comments on commit c1113d7

Please sign in to comment.