mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
chore: fix firefox-stable build on windows (#11456)
This commit is contained in:
parent
4fa7aa0ff7
commit
5a9ff783be
@ -114,10 +114,6 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
||||
export MOZ_FETCHES_DIR=$HOME/.mozbuild
|
||||
fi
|
||||
|
||||
if ! [[ -f "$HOME/.mozbuild/_virtualenvs/mach/bin/python" ]]; then
|
||||
./mach create-mach-environment
|
||||
fi
|
||||
|
||||
if [[ $1 == "--juggler" ]]; then
|
||||
./mach build faster
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user