Skip to content

Commit

Permalink
fix: Linux cURL - update openssl extracted dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepdefic1t committed May 15, 2019
1 parent 6c9dd60 commit 050005e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
name: Install OpenSSL
command: |
wget https://github.com/openssl/openssl/archive/OpenSSL_1_1_1.tar.gz
ls
tar -xf OpenSSL_1_1_1.tar.gz
cd OpenSSL_1_1_1
cd openssl-OpenSSL_1_1_1
./config
make
sudo make install
Expand Down Expand Up @@ -84,7 +85,7 @@ jobs:
command: |
wget https://github.com/openssl/openssl/archive/OpenSSL_1_1_1.tar.gz
tar -xf OpenSSL_1_1_1.tar.gz
cd OpenSSL_1_1_1
cd openssl-OpenSSL_1_1_1
./config
make
sudo make install
Expand Down

0 comments on commit 050005e

Please sign in to comment.