Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg committed Jun 16, 2022
1 parent 6583323 commit 25f4445
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@
"getPublishedVersion": "cargo search ${ pkg.pkg } --limit 1 | sed -nE 's/^[^\"]*\"//; s/\".*//1p' -",
"publish": [
{
"command": "cargo package --allow-dirty",
"dryRunCommand": true
"command": "sudo apt-get update",
"dryRunCommand": true,
"pipe": true
},
{
"command": "sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential libgtk-3-dev",
"dryRunCommand": true,
"pipe": true
},
{
"command": "echo \"# Cargo Publish\"",
Expand Down

0 comments on commit 25f4445

Please sign in to comment.