We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b16d3e commit 047dec5Copy full SHA for 047dec5
.github/workflows/build.yml
@@ -33,8 +33,8 @@ jobs:
33
34
- name: Set up Python and MSVS
35
run: |
36
- npm config set python "C:\\hostedtoolcache\\windows\\Python\\3.9.0\\x64\\python.exe"
37
- npm config set msvs_version 2022
+ set PYTHON=C:\hostedtoolcache\windows\Python\3.9.0\x64\python.exe
+ set GYP_MSVS_VERSION=2022
38
39
- name: Fix OpenSSL Issue
40
0 commit comments