Skip to content

Commit

Permalink
fix circleci: don't install gcc-8
Browse files Browse the repository at this point in the history
  • Loading branch information
fe2s committed Jun 12, 2022
1 parent 7db60ff commit b873303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
name: install Redis
command: |
sudo apt-get -y update
sudo apt-get install -y gcc-8 g++-8 libssl-dev
sudo apt-get install -y libssl-dev
wget http://download.redis.io/releases/redis-6.0.10.tar.gz
tar -xzvf redis-6.0.10.tar.gz
make -C redis-6.0.10 -j`nproc` BUILD_TLS=yes
Expand Down

0 comments on commit b873303

Please sign in to comment.