mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
devops: fix chromium for arm build (#5117)
This commit is contained in:
parent
8e7fc06839
commit
b88afe5877
@ -22,7 +22,7 @@ main() {
|
||||
elif [[ $1 == "--mirror"* ]]; then
|
||||
mirror_chromium $1
|
||||
elif [[ $1 == "--compile"* ]]; then
|
||||
compile_chromium
|
||||
compile_chromium $1
|
||||
else
|
||||
echo "ERROR: unknown first argument. Use --help for details."
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user