Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit f9812ec

Browse files
authored
Update config.yml
1 parent 93a4085 commit f9812ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77

88
steps:
99
- checkout
10+
- run:
11+
name: Install prerequisite
12+
command: >-
13+
apt-get update; apt-get install -y clang
1014
- run:
1115
name: Install Submodules
1216
command: git submodule add https://github.com/RedisLabsModules/redismodule-rs

0 commit comments

Comments
 (0)