@@ -236,7 +236,7 @@ jobs:
236236 name : Install system dependencies.
237237 command : |
238238 apt-get update
239- apt-get install -y curl pandoc unzip git
239+ apt-get install -y curl pandoc unzip
240240 - run :
241241 name : Install nox.
242242 command : pip install nox
@@ -261,7 +261,7 @@ jobs:
261261 name : Install system dependencies.
262262 command : |
263263 apt-get update
264- apt-get install -y curl pandoc unzip git
264+ apt-get install -y curl pandoc unzip
265265 - run :
266266 name : Install nox.
267267 command : pip install nox
@@ -302,7 +302,7 @@ jobs:
302302 name : Install system dependencies.
303303 command : |
304304 apt-get update
305- apt-get install -y curl pandoc unzip git
305+ apt-get install -y curl pandoc unzip
306306 - run :
307307 name : Install nox.
308308 command : pip install nox
@@ -327,7 +327,7 @@ jobs:
327327 name : Install system dependencies.
328328 command : |
329329 apt-get update
330- apt-get install -y curl pandoc unzip git
330+ apt-get install -y curl pandoc unzip
331331 - run :
332332 name : Install nox.
333333 command : pip install nox
@@ -367,7 +367,7 @@ jobs:
367367 name : Install system dependencies.
368368 command : |
369369 apt-get update
370- apt-get install -y curl pandoc unzip git
370+ apt-get install -y curl pandoc unzip
371371 - run :
372372 name : Install protoc 3.12.1.
373373 command : |
@@ -391,7 +391,7 @@ jobs:
391391 name : Install system dependencies.
392392 command : |
393393 apt-get update
394- apt-get install -y curl pandoc unzip git
394+ apt-get install -y curl pandoc unzip
395395 - run :
396396 name : Install protoc 3.12.1.
397397 command : |
@@ -415,7 +415,7 @@ jobs:
415415 name : Install system dependencies.
416416 command : |
417417 apt-get update
418- apt-get install -y curl pandoc unzip git
418+ apt-get install -y curl pandoc unzip
419419 - run :
420420 name : Install protoc 3.12.1.
421421 command : |
@@ -439,7 +439,7 @@ jobs:
439439 name : Install system dependencies.
440440 command : |
441441 apt-get update
442- apt-get install -y curl pandoc unzip git
442+ apt-get install -y curl pandoc unzip
443443 - run :
444444 name : Install protoc 3.12.1.
445445 command : |
@@ -463,7 +463,7 @@ jobs:
463463 name : Install system dependencies.
464464 command : |
465465 apt-get update
466- apt-get install -y curl pandoc unzip git
466+ apt-get install -y curl pandoc unzip
467467 - run :
468468 name : Install protoc 3.12.1.
469469 command : |
@@ -487,7 +487,7 @@ jobs:
487487 name : Install system dependencies.
488488 command : |
489489 apt-get update
490- apt-get install -y curl pandoc unzip git
490+ apt-get install -y curl pandoc unzip
491491 - run :
492492 name : Install protoc 3.12.1.
493493 command : |
0 commit comments