From 1479a5612e845aecaf2f119f485bcc5809921203 Mon Sep 17 00:00:00 2001 From: FARHANG Date: Sun, 10 Nov 2024 23:57:26 -0500 Subject: [PATCH] fix libzmq mosquitto parquet missing --- .github/workflows/macos.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 80456b4c3..33cec376f 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -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! @@ -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