Skip to content

Commit f04fee1

Browse files
committed
update circleci, don't install gcc-8 as gcc-10 is already installed
1 parent 5aa2b2c commit f04fee1

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
@@ -58,7 +58,7 @@ jobs:
5858
name: install Redis
5959
command: |
6060
sudo apt-get -y update
61-
sudo apt-get install -y gcc-8 g++-8 libssl-dev
61+
sudo apt-get install -y libssl-dev
6262
wget http://download.redis.io/releases/redis-6.0.10.tar.gz
6363
tar -xzvf redis-6.0.10.tar.gz
6464
make -C redis-6.0.10 -j`nproc` BUILD_TLS=yes

0 commit comments

Comments
 (0)