Skip to content

Commit

Permalink
cloudevents#9 Encoders for MQTT
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <[email protected]>
  • Loading branch information
sbcd90 committed Jan 27, 2021
1 parent 7b1bdd7 commit 8015532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Setup musl if needed
- run: sudo apt-get update
if: matrix.target == 'x86_64-unknown-linux-musl'
- run: sudo apt-get install -y musl musl-dev musl-tools cmake libssl-dev
- run: sudo apt-get install -y musl musl-dev musl-tools cmake libssl-dev pkg-config
if: matrix.target == 'x86_64-unknown-linux-musl'

# Caching stuff
Expand Down

0 comments on commit 8015532

Please sign in to comment.