Skip to content

Commit

Permalink
devops: fix chromium compilation step (#5102)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Jan 22, 2021
1 parent ff75073 commit 2096f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser_patches/chromium/build.sh
Expand Up @@ -68,6 +68,7 @@ compile_chromium() {
# script, but the `prepare_checkout.sh` is in fact designed to prepare a fork checkout, whereas
# we don't fork Chromium.
cd "${CR_CHECKOUT_PATH}/src"
git checkout master
git pull origin master
git checkout "${CRSHA}"
gclient sync
Expand Down

0 comments on commit 2096f42

Please sign in to comment.