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 8407868 commit 9b03e3a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
# customiseHostCommand: ECHO 'No customizations are needed'
customiseHostCommand: |-
choco install openssl --version=1.1.1.2100
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"
ECHO "C:\Program Files\OpenSSL\="
ls -l "C:\\Program Files\\OpenSSL"
setx OPENSSL_DIR "C:\\Program Files\\OpenSSL"
buildCommand: npm run build -- --target x86_64-pc-windows-msvc

- host: ubuntu-latest
Expand Down

0 comments on commit 9b03e3a

Please sign in to comment.