Skip to content

Commit

Permalink
fix: Fix openssl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 28, 2023
1 parent e3d52dc commit b6809a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
choco install make
ECHO "ProgramData = "
ECHO "%ProgramData%"
DIR C:\
setx OPENSSL_LIB_DIR C:\ProgramData\chocolatey\lib
DIR "C:\\ProgramData\\chocolatey"
DIR "C:\ProgramData\chocolatey"
setx OPENSSL_LIB_DIR "C:\\ProgramData\\chocolatey\\lib"
SET
buildCommand: npm run build -- --target x86_64-pc-windows-msvc

Expand Down

0 comments on commit b6809a0

Please sign in to comment.