Skip to content

Commit

Permalink
fix(ci): install gtk before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Dec 7, 2023
1 parent ebd7242 commit c1584a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"rust": {
"version": true,
"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"
],
"publish": [
"cargo publish"
]
Expand Down

0 comments on commit c1584a5

Please sign in to comment.