Skip to content

Commit

Permalink
what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 4, 2024
1 parent 9f4370c commit be7886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux2014-openssl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN wget https://www.openssl.org/source/$OPENSSL_TAR_NAME.tar.gz
RUN tar xzvf $OPENSSL_TAR_NAME.tar.gz
WORKDIR $OPENSSL_TAR_NAME

RUN ./Configure --prefix=/opt/openssl --openssldir=/usr/local/ssl
RUN ./Configure
RUN make
RUN make test
RUN make install

0 comments on commit be7886f

Please sign in to comment.