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

Commit 514ff58

Browse files
authored
Update config.yml
1 parent f9812ec commit 514ff58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
- checkout
1010
- run:
1111
name: Install prerequisite
12-
command: >-
13-
apt-get update; apt-get install -y clang
12+
command: sudo apt-get install -y clang
1413
- run:
1514
name: Install Submodules
1615
command: git submodule add https://github.com/RedisLabsModules/redismodule-rs

0 commit comments

Comments
 (0)