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 03f5b8e commit f278187
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
customiseHostCommand: |-
choco install openssl --version=1.1.1.2100
choco install make
ECHO "ProgramData = "
ECHO %ProgramData%
DIR C:\ProgramData
DIR C:\ProgramData\chocolatey
DIR C:\ProgramData\chocolatey\lib
setx OPENSSL_LIB_DIR C:\ProgramData\chocolatey\lib
buildCommand: npm run build -- --target x86_64-pc-windows-msvc

- host: ubuntu-latest
Expand Down

0 comments on commit f278187

Please sign in to comment.