Skip to content

Commit 83e19d3

Browse files
authored
💚 (#2016)
1 parent ac40c2b commit 83e19d3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎scripts/build-skia.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ try {
182182
exit(1);
183183
}
184184

185+
// Run glient sync
186+
console.log("Running gclient sync...");
187+
188+
// Start by running sync
189+
executeCmdSync("PATH=../depot_tools/:$PATH python3 tools/git-sync-deps");
190+
console.log("gclient sync done");
191+
185192
// lets check for any dependencies
186193
if (platform.dependencies) {
187194
console.log(`Found dependencies for platform ${SelectedPlatform}`);
@@ -191,13 +198,6 @@ try {
191198
});
192199
}
193200

194-
// Run glient sync
195-
console.log("Running gclient sync...");
196-
197-
// Start by running sync
198-
executeCmdSync("PATH=../depot_tools/:$PATH python3 tools/git-sync-deps");
199-
console.log("gclient sync done");
200-
201201
try {
202202
// Configure the platform
203203
if (!configurePlatform(SelectedPlatform, SelectedTarget)) {

0 commit comments

Comments
 (0)