@@ -118,7 +118,7 @@ jobs:
118
118
- name : Install paho.mqtt.c using conan
119
119
if : ${{ matrix.config.os != 'ubuntu-latest'}}
120
120
run : |
121
- cd deps && conan install --requires=paho-mqtt-c/1.3.12 @ --build missing -o paho-mqtt-c/*:shared=False --generator CMakeDeps --generator VirtualBuildEnv
121
+ cd deps && conan install --requires=paho-mqtt-c/1.3.13 @ --build missing -o paho-mqtt-c/*:shared=False --generator CMakeDeps --generator VirtualBuildEnv
122
122
- name : Save cache conan on Windows
123
123
uses : actions/cache/save@v3
124
124
if : ${{ matrix.config.os == 'windows-latest'}}
@@ -139,7 +139,7 @@ jobs:
139
139
run : sudo apt-get install -y cmake libpoco-dev nlohmann-json3-dev
140
140
- name : Install paho.mqtt.c
141
141
if : ${{ matrix.config.os == 'ubuntu-latest'}}
142
- run : git clone --branch v1.3.12 --depth 1 https://github.com/eclipse/paho.mqtt.c.git && cd paho.mqtt.c && cmake -Bbuild -H. -DPAHO_BUILD_SHARED=OFF -DPAHO_BUILD_STATIC=ON -DPAHO_WITH_SSL=ON -DBUILD_TESTING=OFF && sudo cmake --build build/ --target install
142
+ run : git clone --branch v1.3.13 --depth 1 https://github.com/eclipse/paho.mqtt.c.git && cd paho.mqtt.c && cmake -Bbuild -H. -DPAHO_BUILD_SHARED=OFF -DPAHO_BUILD_STATIC=ON -DPAHO_WITH_SSL=ON -DBUILD_TESTING=OFF && sudo cmake --build build/ --target install
143
143
- name : Install catch2
144
144
if : ${{ matrix.config.os == 'ubuntu-latest'}}
145
145
run : git clone --branch v2.13.8 --depth 1 https://github.com/catchorg/Catch2.git && cd Catch2 && cmake -Bbuild -H. -DBUILD_TESTING=OFF && sudo cmake --build build/ --target install
@@ -211,7 +211,7 @@ jobs:
211
211
cd deps && conan install --profile=release --profile:build=release --requires=poco/1.12.4 --build missing -o poco/*:shared=False -o poco/*:enable_data_mysql=False -o poco/*:enable_activerecord=False -o poco/*:enable_apacheconnector=False -o poco/*:enable_cppparser=False -o poco/*:enable_crypto=True -o poco/*:enable_data=False -o poco/*:enable_data_odbc=False -o poco/*:enable_data_postgresql=False -o poco/*:enable_data_sqlite=False -o poco/*:enable_encodings=False -o poco/*:enable_json=False -o poco/*:enable_jwt=False -o poco/*:enable_mongodb=False -o poco/*:enable_net=True -o poco/*:enable_netssl=True -o poco/*:enable_pagecompiler=False -o poco/*:enable_pagecompiler_file2page=False -o poco/*:enable_pdf=False -o poco/*:enable_pocodoc=False -o poco/*:enable_redis=False -o poco/*:enable_sevenzip=False -o poco/*:enable_util=True -o poco/*:enable_xml=False -o poco/*:enable_zip=False --generator CMakeDeps --generator VirtualBuildEnv
212
212
- name : Install paho.mqtt.c using conan
213
213
run : |
214
- cd deps && conan install --profile=release --profile:build=release --requires=paho-mqtt-c/1.3.12 --build missing -o paho-mqtt-c/*:shared=False --generator CMakeDeps --generator VirtualBuildEnv
214
+ cd deps && conan install --profile=release --profile:build=release --requires=paho-mqtt-c/1.3.13 --build missing -o paho-mqtt-c/*:shared=False --generator CMakeDeps --generator VirtualBuildEnv
215
215
- name : Save cache conan on Windows
216
216
uses : actions/cache/save@v3
217
217
if : ${{ matrix.config.os == 'windows-latest'}}
0 commit comments