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 e414e3e commit 0f5f0cc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ jobs:
# customiseHostCommand: ECHO 'No customizations are needed'
customiseHostCommand: |-
choco install openssl --version=1.1.1.2100
choco install make
ECHO "ProgramData = "
ECHO "%ProgramData%"
DIR "C:\\ProgramData\\chocolatey"
DIR "C:\ProgramData\chocolatey"
setx OPENSSL_LIB_DIR "C:\\ProgramData\\chocolatey\\lib"
ECHO "C:\Program Files\OpenSSL-Win64\="
DIR "C:\\Program Files\\OpenSSL-Win64"
ls -l "C:\\Program Files\\OpenSSL-Win64"
setx OPENSSL_DIR "C:\\Program Files\\OpenSSL-Win64"
buildCommand: npm run build -- --target x86_64-pc-windows-msvc

- host: ubuntu-latest
Expand Down

0 comments on commit 0f5f0cc

Please sign in to comment.