Skip to content

Commit

Permalink
fix libzmq mosquitto parquet missing
Browse files Browse the repository at this point in the history
  • Loading branch information
farhangnaderi committed Nov 11, 2024
1 parent d2cf078 commit 1479a56
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ jobs:
- name: Sync repository
uses: actions/checkout@v2

- name: Set up Homebrew
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo "eval $(/opt/homebrew/bin/brew shellenv)" >> $GITHUB_ENV
shell: bash

- name: Install dependencies
run: |
brew install libzmq mosquitto parquet
shell: bash

- name: Cache Qt
id: cache-qt
uses: actions/cache@v1 # not v2!
Expand All @@ -31,7 +42,7 @@ jobs:
dir: '${{ github.workspace }}/qt_installation/'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
aqtversion: '==3.1.17'
py7zrversion: '==0.22.0'
py7zrversion: '==0.22.0'

- name: Build Plotjuggler
shell: pwsh
Expand Down

0 comments on commit 1479a56

Please sign in to comment.