Skip to content

Commit

Permalink
chore: add --cask in provision-darwin.sh when installing `mitmpro…
Browse files Browse the repository at this point in the history
…xy` (#3916)
  • Loading branch information
ggreif authored Sep 11, 2024
1 parent a6ff300 commit c7a5fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/workflows/provision-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if [ "$E2E_TEST" = "tests-dfx/build_rust.bash" ]; then
cargo uninstall cargo-audit
fi
if [ "$E2E_TEST" = "tests-dfx/certificate.bash" ]; then
brew fetch --retry mitmproxy
brew install mitmproxy
brew fetch --retry --cask mitmproxy
brew install --cask mitmproxy --no-quarantine
fi
if [ "$E2E_TEST" = "tests-dfx/deps.bash" ]; then
cargo install [email protected] --locked
Expand Down

0 comments on commit c7a5fd4

Please sign in to comment.