Skip to content

Commit

Permalink
Fix wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 8, 2024
1 parent 05c1999 commit 2ae2598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manylinux2014-openssl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ RUN ./Configure --prefix=$OPENSSL_INSTALL_DIR --openssldir=/etc/opt/openssl3
RUN make
RUN make test
RUN make install
RUN ln -s $OPENSSL_INSTALL_DIR/libssl.so.3 /usr/local/libssl.so.3
RUN ln -s $OPENSSL_INSTALL_DIR/libcrypto.so.3 /usr/local/libcrypto.so.3
RUN ln -s $OPENSSL_INSTALL_DIR/lib64/libssl.so.3 /usr/local/libssl.so.3
RUN ln -s $OPENSSL_INSTALL_DIR/lib64/libcrypto.so.3 /usr/local/libcrypto.so.3

0 comments on commit 2ae2598

Please sign in to comment.