diff --git a/.ci.yaml b/.ci.yaml index f19260fe967a5..73d4c91402529 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -139,8 +139,8 @@ targets: ] gclient_variables: >- { - "download_emsdk": true, - "download_android_deps": true, + "download_emsdk": "true", + "download_android_deps": "true" } timeout: 60 @@ -160,7 +160,7 @@ targets: ] gclient_variables: >- { - "download_android_deps": true, + "download_android_deps": "true" } timeout: 60 @@ -180,7 +180,7 @@ targets: ] gclient_variables: >- { - "download_android_deps": true, + "download_android_deps": "true" } timeout: 60