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 16aa0b3 commit f226900Copy full SHA for f226900
monitor/setup.sh
@@ -24,7 +24,7 @@ if [ "$RUNNER_OS" = "macOS" ]; then
24
sudo -u mitmproxyuser -H bash -e -c 'cd /Users/mitmproxyuser && \
25
git clone -b main https://github.com/mitmproxy/mitmproxy.git && \
26
cd mitmproxy && \
27
- git checkout 5353df5f1eeaf5fc36d9b5f7024199c888aed116 && \
+ git checkout f87ec2235968acd688a378e7c1ed7e07d9bce43e && \
28
python -m venv venv && \
29
venv/bin/pip install -e ".[dev]" '
30
0 commit comments