Skip to content

Commit c22daac

Browse files
committed
try
1 parent 4174c9c commit c22daac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
cd openssl-3.5.4
5656
./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib \
5757
'-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)'
58-
make && make install
58+
make
59+
sudo make install
5960
openssl version
6061
sudo systemctl restart sshd.service
6162
cd ..

0 commit comments

Comments
 (0)