Skip to content

Commit 047dec5

Browse files
Update build.yml
1 parent 9b16d3e commit 047dec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
3434
- name: Set up Python and MSVS
3535
run: |
36-
npm config set python "C:\\hostedtoolcache\\windows\\Python\\3.9.0\\x64\\python.exe"
37-
npm config set msvs_version 2022
36+
set PYTHON=C:\hostedtoolcache\windows\Python\3.9.0\x64\python.exe
37+
set GYP_MSVS_VERSION=2022
3838
3939
- name: Fix OpenSSL Issue
4040
run: |

0 commit comments

Comments
 (0)