Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 21, 2024
1 parent 63d056c commit 2f2d88c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nvm-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
NVM_NODEJS_ORG_MIRROR: https://nodejs.org/dist
# ADDITIONAL_PARAMETERS: --without-snapshot
# CFLAGS: -O2
CXXFLAGS: -I/foo/openssl
# CXXFLAGS: -I/foo/openssl
CXXFLAGS: -I/home/runner/.nvm/.cache/src/node-v0.6.21/files/deps/openssl/include

strategy:
matrix:
Expand All @@ -34,6 +35,7 @@ jobs:
#- run: ls -la /usr/bin/python
#- run: python --version
- 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: which nvm

0 comments on commit 2f2d88c

Please sign in to comment.