From 88514e209dd13bcbff991dd50a9c6a7916d04ba0 Mon Sep 17 00:00:00 2001 From: WarmUpTill <19472752+WarmUpTill@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:22:01 +0200 Subject: [PATCH] CI: build paho.mqtt.cpp libs --- .github/scripts/.Aptfile | 4 +++- .github/scripts/.build-deps.zsh | 27 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.github/scripts/.Aptfile b/.github/scripts/.Aptfile index 1306517e..d93265ed 100644 --- a/.github/scripts/.Aptfile +++ b/.github/scripts/.Aptfile @@ -10,4 +10,6 @@ package 'libxss-dev' package 'libopencv-dev' package 'libtesseract-dev' package 'libproc2-dev' -package 'libusb-1.0-0-dev' \ No newline at end of file +package 'libusb-1.0-0-dev' +package 'libpaho-mqttpp-dev' +package 'libpaho-mqtt-dev' \ No newline at end of file diff --git a/.github/scripts/.build-deps.zsh b/.github/scripts/.build-deps.zsh index f8cda8c3..fa547da9 100755 --- a/.github/scripts/.build-deps.zsh +++ b/.github/scripts/.build-deps.zsh @@ -478,6 +478,33 @@ Usage: %B${functrace[1]%:*}%b