Skip to content

Commit 7b1bdd7

Browse files
committed
cloudevents#9 Encoders for MQTT
Signed-off-by: Subhobrata Dey <[email protected]>
1 parent 445ccd4 commit 7b1bdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/rust_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Setup musl if needed
2929
- run: sudo apt-get update
3030
if: matrix.target == 'x86_64-unknown-linux-musl'
31-
- run: sudo apt-get install -y musl musl-dev musl-tools cmake
31+
- run: sudo apt-get install -y musl musl-dev musl-tools cmake libssl-dev
3232
if: matrix.target == 'x86_64-unknown-linux-musl'
3333

3434
# Caching stuff

0 commit comments

Comments
 (0)