diff --git a/.ci.yaml b/.ci.yaml index 2e8847757ebaa..f19260fe967a5 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -137,6 +137,11 @@ targets: "builder", "git" ] + gclient_variables: >- + { + "download_emsdk": true, + "download_android_deps": true, + } timeout: 60 - name: Windows builder_cache @@ -153,6 +158,10 @@ targets: "builder", "git" ] + gclient_variables: >- + { + "download_android_deps": true, + } timeout: 60 - name: Mac builder_cache @@ -169,6 +178,10 @@ targets: "builder", "git" ] + gclient_variables: >- + { + "download_android_deps": true, + } timeout: 60 - name: Linux Benchmarks