File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 49
49
50
50
- name : Install deps (macOS)
51
51
if : ${{ startsWith(matrix.os, 'macos') }}
52
- run :
53
- brew install pkg-config wireshark protobuf
52
+ run : |
53
+ # Install protobuf v21.12
54
+ wget https://raw.githubusercontent.com/Homebrew/homebrew-core/2d47ed2eac09d59ffc2c92b1d804f1c232188c88/Formula/protobuf.rb
55
+ brew install --formula ./protobuf.rb
56
+ brew install pkg-config wireshark
54
57
55
58
- name : Build wireshark plugin
56
59
run : |
@@ -267,7 +270,11 @@ jobs:
267
270
uses : actions/checkout@v3
268
271
269
272
- name : Install dependencies
270
- run : brew install openssl protobuf boost zstd snappy googletest
273
+ run : |
274
+ # Install protobuf v21.12
275
+ wget https://raw.githubusercontent.com/Homebrew/homebrew-core/2d47ed2eac09d59ffc2c92b1d804f1c232188c88/Formula/protobuf.rb
276
+ brew install --formula ./protobuf.rb
277
+ brew install openssl boost zstd snappy googletest
271
278
272
279
- name : Configure (default)
273
280
shell : bash
You can’t perform that action at this time.
0 commit comments