We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4174c9c commit c22daacCopy full SHA for c22daac
.github/workflows/build.yml
@@ -55,7 +55,8 @@ jobs:
55
cd openssl-3.5.4
56
./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib \
57
'-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)'
58
- make && make install
+ make
59
+ sudo make install
60
openssl version
61
sudo systemctl restart sshd.service
62
cd ..
0 commit comments