Skip to content

Commit

Permalink
Update libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Feb 8, 2024
1 parent c0434ae commit 927a997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
- run:
name: Download libssl1.1
command: |
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb
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:
Expand Down

0 comments on commit 927a997

Please sign in to comment.