Browse Source

build: make sure depot_tools is up to date (#34587)

* build: make sure depot_tools is up to date

* build: update_depot_tools when fixing up sync
John Kleinschmidt 2 years ago
parent
commit
5646f87c03
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .circleci/config/base.yml

+ 2 - 0
.circleci/config/base.yml

@@ -481,6 +481,8 @@ step-fix-sync: &step-fix-sync
       cd src/third_party/angle
       git remote set-url origin https://chromium.googlesource.com/angle/angle.git
       git fetch
+      # Run update_depot_tools to make sure ninja gets downloaded
+      update_depot_tools
 
 step-install-signing-cert-on-mac: &step-install-signing-cert-on-mac
   run: