-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade protobuf on macos, as eCAL does not work with latest protob…
…uf 3.26.
- Loading branch information
1 parent
75ca067
commit cf1e07d
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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 \ | ||
|