We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c39bb commit 9211120Copy full SHA for 9211120
.github/workflows/cmake.yml
@@ -16,6 +16,7 @@ jobs:
16
sudo apt install build-essential cmake
17
sudo apt install libgtest-dev libgmock-dev
18
sudo apt install libmosquitto-dev
19
+ sudo apt install libdbus-1-dev
20
- uses: actions/checkout@v3
21
- name: Build
22
run: cmake -B build && cmake --build build
.github/workflows/make.yml
sudo apt install build-essential
run: make
0 commit comments