Skip to content

Commit 753d057

Browse files
author
Alberto Iannaccone
committed
change msvs_version for CI running on windows
1 parent e5789b6 commit 753d057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
elif [ "${{ runner.OS }}" = "Windows" ]; then
7373
export CSC_LINK="${{ runner.temp }}/signing_certificate.pfx"
74-
npm config set msvs_version 2017 --global
74+
npm config set msvs_version 2022 --global
7575
echo "${{ secrets.WINDOWS_SIGNING_CERTIFICATE_PFX }}" | base64 --decode > "$CSC_LINK"
7676
7777
export CSC_KEY_PASSWORD="${{ secrets.WINDOWS_SIGNING_CERTIFICATE_PASSWORD }}"

0 commit comments

Comments
 (0)