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 fbe2e6c commit f9363d6Copy full SHA for f9363d6
.github/workflows/build-mosquitto.yaml
@@ -71,8 +71,8 @@ jobs:
71
- name: Build Mosquitto
72
run: |
73
cd mosquitto
74
- cmake .
75
- WITH_DOCS=no cmake --build . -DCMAKE_MODULE_LINKER_FLAGS="-undefined dynamic_lookup"
+ cmake -DCMAKE_MODULE_LINKER_FLAGS="-undefined dynamic_lookup" .
+ WITH_DOCS=no cmake --build .
76
77
- name: Archive artifacts
78
uses: actions/upload-artifact@v4
0 commit comments