File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,14 @@ jobs:
1818 runs-on : macos-latest
1919 steps :
2020 - uses : mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
21- - run : brew install swift-protobuf
21+ # FIXME: https://github.com/mitmproxy/mitmproxy/issues/7877 - bump SwiftProtobuf and then re-add this here.
22+ # - run: brew install swift-protobuf
23+ - run : brew install protobuf
2224 - run : cargo install protoc-gen-prost
2325 - run : protoc --proto_path=./src/ipc/ mitmproxy_ipc.proto
2426 --prost_out=./src/ipc/
2527 --prost_opt="bytes=data"
26- --swift_out=./mitmproxy-macos/redirector/ipc
28+ # --swift_out=./mitmproxy-macos/redirector/ipc
2729 - run : cargo fmt --all
2830 - uses : autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
2931
You can’t perform that action at this time.
0 commit comments