Skip to content

Commit 0e99fff

Browse files
authored
Fix mistype
1 parent 2ad15b4 commit 0e99fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
sudo apt update
2020
sudo apt-get update
21-
sudo apt-get -y install libmosquitto libpthread-stubs0-dev
21+
sudo apt-get -y install libmosquitto-dev libpthread-stubs0-dev
2222
autoreconf -i
2323
./configure
2424
- name: make

0 commit comments

Comments
 (0)