Skip to content

Commit 124f613

Browse files
authored
[tools] Install CIPD ninja using DEPS (#22)
1 parent 5a343b3 commit 124f613

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

DEPS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ deps = {
2626
],
2727
'dep_type': 'cipd',
2828
},
29+
'src/third_party/ninja': {
30+
'packages': [
31+
{
32+
'package': 'infra/3pp/tools/ninja/${{platform}}',
33+
'version': 'version:[email protected]',
34+
}
35+
],
36+
'dep_type': 'cipd',
37+
},
2938
}
3039

3140
hooks = [

0 commit comments

Comments
 (0)