Skip to content

Commit

Permalink
I hate cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio committed Feb 20, 2024
1 parent b32029d commit fbe2e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mosquitto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
cd mosquitto
cmake .
WITH_DOCS=no cmake -DCMAKE_MODULE_LINKER_FLAGS="-undefined dynamic_lookup" --build .
WITH_DOCS=no cmake --build . -DCMAKE_MODULE_LINKER_FLAGS="-undefined dynamic_lookup"
- name: Archive artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fbe2e6c

Please sign in to comment.