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

Commit 36d13b3

Browse files
committed
Install git for mtls test cases
1 parent c5b5c27 commit 36d13b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
name: Install system dependencies.
262262
command: |
263263
apt-get update
264-
apt-get install -y curl pandoc unzip
264+
apt-get install -y curl pandoc unzip git
265265
- run:
266266
name: Install nox.
267267
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
330+
apt-get install -y curl pandoc unzip git
331331
- run:
332332
name: Install nox.
333333
command: pip install nox

0 commit comments

Comments
 (0)