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 2f2d88c commit ea1ed7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nvm-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# ADDITIONAL_PARAMETERS: --without-snapshot
# CFLAGS: -O2
# CXXFLAGS: -I/foo/openssl
CXXFLAGS: -I/home/runner/.nvm/.cache/src/node-v0.6.21/files/deps/openssl/include
# CXXFLAGS: -I/home/runner/.nvm/.cache/src/node-v0.6.21/files/deps/openssl/include

strategy:
matrix:
Expand All @@ -37,5 +37,5 @@ 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
- 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: which nvm

0 comments on commit ea1ed7e

Please sign in to comment.