Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 22, 2024
1 parent 2870f25 commit b721e45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/nvm-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ jobs:
- run: wget https://www.openssl.org/source/openssl-0.9.8r.tar.gz
- run: ls
- run: tar xvzf openssl-0.9.8r.tar.gz
- name: Build OpenSSL
working-directory: ./openssl-0.9.8r
run: |
./config
make
make install
#- run: apt list -a libssl-dev
- run: ls /usr/local
- run: ls /usr/local/ssl
- run: sudo apt-get update
#- run: sudo apt-get install libssl1.1
- run: sudo apt-get install -y python2.7
Expand Down

0 comments on commit b721e45

Please sign in to comment.