We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6583323 commit 25f4445Copy full SHA for 25f4445
.changes/config.json
@@ -6,8 +6,14 @@
6
"getPublishedVersion": "cargo search ${ pkg.pkg } --limit 1 | sed -nE 's/^[^\"]*\"//; s/\".*//1p' -",
7
"publish": [
8
{
9
- "command": "cargo package --allow-dirty",
10
- "dryRunCommand": true
+ "command": "sudo apt-get update",
+ "dryRunCommand": true,
11
+ "pipe": true
12
+ },
13
+ {
14
+ "command": "sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential libgtk-3-dev",
15
16
17
},
18
19
"command": "echo \"# Cargo Publish\"",
0 commit comments