Skip to content

Commit a93efe6

Browse files
committed
Build fixes #15
1 parent 11653bf commit a93efe6

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
@@ -18,7 +18,7 @@ commands:
1818
./automation/readies/bin/getpy
1919
./automation/system-setup.py
2020
git clone git://github.com/antirez/redis.git --branch 5.0.5
21-
(cd redis && make malloc=libc -j $(nproc) && sudo make install)
21+
(cd redis && make malloc=libc -j $(nproc) && make install)
2222
./get_deps.sh cpu
2323
- save_cache:
2424
paths:

0 commit comments

Comments
 (0)