Skip to content

Commit

Permalink
Trying this
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Apr 28, 2020
1 parent d0e74fd commit 3612131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup/linux/install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ if [[ ! -f 'build/downloads/openssl/open_ssl_1.1.1f_installed' ]]; then
touch open_ssl_1.1.1f_installed
fi

cd $CIRCLE_WORKING_DIRECTORY/build/downloads/openssl/openssl-OpenSSL_1_1_1f
cd ~/project/build/downloads/openssl/openssl-OpenSSL_1_1_1f
./config
make
make install
cd $CIRCLE_WORKING_DIRECTORY
cd ~/project

0 comments on commit 3612131

Please sign in to comment.