try without mqtt for now

This commit is contained in:
John
2021-11-11 22:31:20 +01:00
parent c348676626
commit b9b9bf8496
+3 -3
View File
@@ -11,9 +11,9 @@ jobs:
-
name: checkout
uses: actions/checkout@v2
-
name: packages
run: sudo apt-get install -y libmosquitto1 libmosquitto1-dev
# -
# name: packages
# run: sudo apt-get install -y libmosquitto1 libmosquitto1-dev
-
name: build
run: cmake -Dcoverage=ON -DBUILD_TESTING . && make