We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad5cf6 commit db3dc73Copy full SHA for db3dc73
fetch-engine.sh
@@ -9,6 +9,3 @@ cp gclientconfig $ENGINE_PATH/.gclient
9
10
cd $ENGINE_PATH
11
gclient sync -r $1
12
-
13
-echo "Deleting extra components (github action harddrive limit)"
14
-rm -r src/fuchsia
gclientconfig
@@ -7,8 +7,8 @@ solutions = [
7
"deps_file": "DEPS",
8
"safesync_url": "",
"custom_vars": {
- "download_android_deps" : False,
- "download_windows_deps" : False,
+ "download_android_deps" : True,
+ "download_windows_deps" : True,
},
-]
+]
0 commit comments