Skip to content

Commit

Permalink
zeromq brew installation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farhangnaderi committed Nov 11, 2024
1 parent f9bb5ce commit 4ce1d72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Install dependencies
run: |
source $GITHUB_ENV
brew install libzmq mosquitto parquet
brew update
brew install mosquitto zeromq
shell: bash

- name: Cache Qt
Expand Down

0 comments on commit 4ce1d72

Please sign in to comment.