Skip to content

Commit fca675e

Browse files
committed
try
1 parent e62e01c commit fca675e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,11 @@ jobs:
5353
wget https://github.com/openssl/openssl/releases/download/openssl-3.5.4/openssl-3.5.4.tar.gz
5454
tar -xzvf openssl-3.5.4.tar.gz
5555
cd openssl-3.5.4
56-
./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib
57-
make
58-
sudo make install
59-
sudo ldconfig
60-
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/ssl
61-
/usr/local/ssl/bin/openssl version
62-
sudo systemctl restart sshd
56+
./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib \
57+
'-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)'
58+
make && make install
59+
openssl version
60+
sudo systemctl restart sshd.service
6361
cd ..
6462
dotnet test \
6563
-f net10.0 \

0 commit comments

Comments
 (0)