mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: fix chromium checkout
This commit is contained in:
parent
75a0d7a76b
commit
c9fae65400
@ -104,7 +104,7 @@ compile_chromium() {
|
|||||||
if [[ ! -d "${CR_CHECKOUT_PATH}" ]]; then
|
if [[ ! -d "${CR_CHECKOUT_PATH}" ]]; then
|
||||||
mkdir "${CR_CHECKOUT_PATH}"
|
mkdir "${CR_CHECKOUT_PATH}"
|
||||||
cd "${CR_CHECKOUT_PATH}"
|
cd "${CR_CHECKOUT_PATH}"
|
||||||
fetch --no-hooks chromium
|
fetch --nohooks chromium
|
||||||
cd src
|
cd src
|
||||||
if [[ $(uname) == "Linux" ]]; then
|
if [[ $(uname) == "Linux" ]]; then
|
||||||
./build/install-build-deps.sh
|
./build/install-build-deps.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user