Skip to content

Commit 2ec29c2

Browse files
author
Aliaksandr Adziareika
committed
Install mosquitto via winget
1 parent 3eb4170 commit 2ec29c2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-downstream.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
},
2525
{
2626
"match-jobs": ["windows-*"],
27-
"choco-install": ["mosquitto"],
28-
"run": "net start mosquitto"
27+
"run": "winget install --id EclipseFoundation.Mosquitto --accept-source-agreements --accept-package-agreements && net start mosquitto"
2928
}
3029
]
3130
cmake-presets: >

0 commit comments

Comments
 (0)