Skip to content

Commit 25f4445

Browse files
Update config.json
1 parent 6583323 commit 25f4445

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.changes/config.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@
66
"getPublishedVersion": "cargo search ${ pkg.pkg } --limit 1 | sed -nE 's/^[^\"]*\"//; s/\".*//1p' -",
77
"publish": [
88
{
9-
"command": "cargo package --allow-dirty",
10-
"dryRunCommand": true
9+
"command": "sudo apt-get update",
10+
"dryRunCommand": true,
11+
"pipe": true
12+
},
13+
{
14+
"command": "sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential libgtk-3-dev",
15+
"dryRunCommand": true,
16+
"pipe": true
1117
},
1218
{
1319
"command": "echo \"# Cargo Publish\"",

0 commit comments

Comments
 (0)