Skip to content

Commit 857a986

Browse files
committed
fixes 16
1 parent 412d8af commit 857a986

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
@@ -17,7 +17,7 @@ commands:
1717
command: |
1818
./opt/readies/bin/getpy3
1919
BREW_NO_UPDATE=1 ./opt/system-setup.py
20-
git clone git://github.com/antirez/redis.git --branch 5.0.7; cd redis; make malloc=libc -j $(nproc); make install; redis-server --version
20+
git clone git://github.com/antirez/redis.git --branch 5.0.7; (cd redis; make malloc=libc -j $(nproc); make install); redis-server --version
2121
./get_deps.sh cpu
2222
- save_cache:
2323
paths:

0 commit comments

Comments
 (0)