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 ebb61b0 commit 8b3c64b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nvm-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
- uses: actions/checkout@v4
- run: echo $PWD
- run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
- run: . $HOME/.nvm/nvm.sh && nvm install 0.6 --without-snapshot --openssl-includes=/home/runner/.nvm/.cache/src/node-v0.6.21/files/deps/openssl/include
#- run: . $HOME/.nvm/nvm.sh && nvm install 0.6 --without-snapshot --openssl-includes=/home/runner/.nvm/.cache/src/node-v0.6.21/files/deps/openssl/include
- run: . $HOME/.nvm/nvm.sh && nvm install 0.6 --without-snapshot --without-ssl
#- run: which nvm

0 comments on commit 8b3c64b

Please sign in to comment.