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 4673923 commit bc6b090Copy full SHA for bc6b090
.github/workflows/cmake.yml
@@ -14,7 +14,8 @@ jobs:
14
run: |
15
sudo apt update
16
sudo apt install build-essential cmake
17
- sudo apt install libgtest-dev libgmock-dev libmosquitto-dev
+ sudo apt install libgtest-dev libgmock-dev
18
+ sudo apt install libmosquitto-dev
19
- uses: actions/checkout@v3
20
- name: Build
21
run: cmake -B build && cmake --build build
.github/workflows/make.yml
sudo apt install build-essential
run: make
0 commit comments