Skip to content

Commit

Permalink
shared openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
tiainen committed Nov 8, 2023
1 parent 7b83f73 commit 85940b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ jobs:
Invoke-Webrequest -URI https://www.openssl.org/source/openssl-1.1.1w.tar.gz -OutFile openssl-1.1.1w.tar.gz
tar zxf openssl-1.1.1w.tar.gz
cd openssl-1.1.1w
perl Configure VC-WIN64A --prefix=C:\openssl1.1.1
perl Configure -fPIC shared VC-WIN64A --prefix=C:\openssl1.1.1
nmake
nmake install
ls C:\openssl1.1.1\include\openssl
ls C:\openssl1.1.1\lib\engines-1_1
ls C:\openssl1.1.1\lib
- name: Build binaries, test, and package
env:
OCI_EXE: docker
Expand Down

0 comments on commit 85940b8

Please sign in to comment.