Skip to content

Commit 2ad15b4

Browse files
authored
Add pthread and mosquitto library deps
1 parent fc174a3 commit 2ad15b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches: [ "master" ]
88

99
jobs:
10+
1011
build:
1112

1213
runs-on: ubuntu-latest
@@ -15,6 +16,9 @@ jobs:
1516
- uses: actions/checkout@v4
1617
- name: configure
1718
run: |
19+
sudo apt update
20+
sudo apt-get update
21+
sudo apt-get -y install libmosquitto libpthread-stubs0-dev
1822
autoreconf -i
1923
./configure
2024
- name: make

0 commit comments

Comments
 (0)