Skip to content

Commit 3b82a70

Browse files
committed
Removed osp check and specified right install path
1 parent d23d54c commit 3b82a70

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/stunnel.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)