Skip to content

Commit f9363d6

Browse files
committed
still hate cmake
1 parent fbe2e6c commit f9363d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-mosquitto.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
- name: Build Mosquitto
7272
run: |
7373
cd mosquitto
74-
cmake .
75-
WITH_DOCS=no cmake --build . -DCMAKE_MODULE_LINKER_FLAGS="-undefined dynamic_lookup"
74+
cmake -DCMAKE_MODULE_LINKER_FLAGS="-undefined dynamic_lookup" .
75+
WITH_DOCS=no cmake --build .
7676
7777
- name: Archive artifacts
7878
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)