From 113b3b701c3cc0df06fec7fa0221186f0ea747d1 Mon Sep 17 00:00:00 2001 From: Julia Nguyen Date: Sun, 3 Mar 2024 09:15:24 -0800 Subject: [PATCH] Remove manually installing libssl in CI (#2283) --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4717c9b2b..da85e6786 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,11 +83,6 @@ jobs: - ./node_modules - ./vendor/bundle - run: dockerize -wait tcp://localhost:5432 -timeout 1m - - run: - name: Download libssl1.1 - command: | - wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb - sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb - run: command: bundle exec rake db:create db:schema:load --trace environment: