Skip to content

Commit

Permalink
Downgrade protobuf on macos, as eCAL does not work with latest protob…
Browse files Browse the repository at this point in the history
…uf 3.26.
  • Loading branch information
KerstinKeller committed Apr 11, 2024
1 parent 75ca067 commit cf1e07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
target: 'desktop'

- name: Install Dependencies
run: brew install ninja doxygen graphviz protobuf [email protected] pkg-config
run: brew install ninja doxygen graphviz protobuf@21 [email protected] pkg-config

- name: Install Cap’n Proto
run: |
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
-DECAL_THIRDPARTY_BUILD_QWT=ON \
-DECAL_THIRDPARTY_BUILD_YAML-CPP=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=/usr/local/opt/[email protected] \
-DCMAKE_PREFIX_PATH=/usr/local/opt/[email protected];/usr/local/opt/protobuf@21 \
-DCMAKE_CXX_STANDARD=17 \
-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON \
-DPython_FIND_STRATEGY=LOCATION \
Expand Down

0 comments on commit cf1e07d

Please sign in to comment.