Skip to content

Commit bad337b

Browse files
committed
temporarily disable Swift protobuf updates, see mitmproxy/mitmproxy#7877
1 parent c2eb050 commit bad337b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/autofix.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)