We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad15b4 commit 0e99fffCopy full SHA for 0e99fff
.github/workflows/c-cpp.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
sudo apt update
20
sudo apt-get update
21
- sudo apt-get -y install libmosquitto libpthread-stubs0-dev
+ sudo apt-get -y install libmosquitto-dev libpthread-stubs0-dev
22
autoreconf -i
23
./configure
24
- name: make
0 commit comments