Skip to content

Commit 068b9dc

Browse files
committed
Build fixes #8
1 parent df042d0 commit 068b9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ commands:
1515
- run:
1616
name: Install dependencies
1717
command: |
18-
sudo ./automation/readies/bin/getpy
19-
sudo ./automation/system-setup.py
18+
./automation/readies/bin/getpy
19+
./automation/system-setup.py
2020
git clone git://github.com/antirez/redis.git --branch 5.0.5
2121
(cd redis && make malloc=libc -j $(nproc) && sudo make install)
2222
./get_deps.sh cpu

0 commit comments

Comments
 (0)