File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -103,20 +103,13 @@ jobs:
103103 sudo apt-get update
104104 sudo apt-get install -y libwrap0-dev
105105
106- - name : Checkout OSP
107- uses : actions/checkout@v4
108- with :
109- repository : wolfssl/osp
110- path : osp
111-
112106 - name : Build stunnel
113107 uses : wolfSSL/actions-build-autotools-project@v1
114108 with :
115109 repository : mtrojnar/stunnel
116110 ref : stunnel-${{ matrix.stunnel_ref }}
117111 path : stunnel
118- patch-file : $GITHUB_WORKSPACE/osp/stunnel/${{ matrix.stunnel_ref }}/stunnel-${{ matrix.stunnel_ref }}.patch
119- configure : --with-openssl=$GITHUB_WORKSPACE/openssl-install/
112+ configure : --with-ssl=$GITHUB_WORKSPACE/openssl-install/
120113 check : true
121114
122115 - name : Verify stunnel with wolfProvider
@@ -130,4 +123,3 @@ jobs:
130123 # Verify stunnel
131124 ldd src/stunnel | grep -E '(libssl|libcrypto)'
132125 ./src/stunnel -version
133-
You can’t perform that action at this time.
0 commit comments