Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 490cef6

Browse files
committed
Use npm config to set msvs version
1 parent 90a8747 commit 490cef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{matrix.node}}
2525
- name: Configure msvs version on Windows
2626
if: ${{matrix.os == 'windows-latest'}}
27-
run: node-gyp configure --msvs_version=2019
27+
run: npm config set msvs_version 2019
2828
- name: Run tests
2929
env:
3030
OPENCV4NODEJS_DISABLE_AUTOBUILD: 1

0 commit comments

Comments
 (0)