Skip to content

Commit 4cf6d16

Browse files
modified: .circleci/config.yml
1 parent d80d9b5 commit 4cf6d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- checkout
1010
- run:
1111
name: Install dependencies
12-
command: 'apt-get update && apt-get install -y sudo git gcc g++ build-essential cmake bash curl uuid-dev && rm -rf /var/lib/apt/lists/*'
12+
command: 'apt-get update && apt-get install -y sudo git gcc g++ build-essential cmake bash curl uuid-dev software-properties-common python && rm -rf /var/lib/apt/lists/*'
1313
- run:
1414
name: Fetch submodules
1515
command: 'git submodule update --init --recursive'

0 commit comments

Comments
 (0)