We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2eb050 commit bad337bCopy full SHA for bad337b
1 file changed
.github/workflows/autofix.yml
@@ -18,12 +18,14 @@ jobs:
18
runs-on: macos-latest
19
steps:
20
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
21
- - run: brew install swift-protobuf
+ # 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
24
- run: cargo install protoc-gen-prost
25
- run: protoc --proto_path=./src/ipc/ mitmproxy_ipc.proto
26
--prost_out=./src/ipc/
27
--prost_opt="bytes=data"
- --swift_out=./mitmproxy-macos/redirector/ipc
28
+ # --swift_out=./mitmproxy-macos/redirector/ipc
29
- run: cargo fmt --all
30
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
31
0 commit comments