Skip to content

Commit

Permalink
package already exists on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio committed Feb 20, 2024
1 parent 315cc92 commit 1a6e2b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-mosquitto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
cd mosquitto
cmake .
cmake --build .
WITH_DOCS=no cmake --build .
- name: Archive artifacts
uses: actions/upload-artifact@v2
Expand All @@ -71,7 +71,6 @@ jobs:
brew install openssl
brew install libwebsockets
brew install ossp-uuid
brew install xsltproc
brew install wget
- name: Get Mosquitto Source
Expand All @@ -84,7 +83,7 @@ jobs:
run: |
cd mosquitto
cmake .
cmake --build .
WITH_DOCS=no cmake --build .
- name: Archive artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1a6e2b8

Please sign in to comment.