Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 6a2179e

Browse files
committed
Install git for showcase-unit-alternative-templates test cases
1 parent 3fbf695 commit 6a2179e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ jobs:
439439
name: Install system dependencies.
440440
command: |
441441
apt-get update
442-
apt-get install -y curl pandoc unzip
442+
apt-get install -y curl pandoc unzip git
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
466+
apt-get install -y curl pandoc unzip git
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
490+
apt-get install -y curl pandoc unzip git
491491
- run:
492492
name: Install protoc 3.12.1.
493493
command: |

0 commit comments

Comments
 (0)