Skip to content

Commit

Permalink
ci: fix appveyor build failling due to misconfigured msvs version
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais committed Dec 10, 2024
1 parent 478ac35 commit 6513c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ install:
$env:PATH = "$outputFolder;$env:PATH"
}
$env:npm_config_msvs_version = "2019"
$env:npm_config_msvs_version = "2022"
$env:npm_config_build_from_source = "true"
$env:npm_config_runtime = $runtime
$env:npm_config_dist_url = $dist_url
Expand Down

0 comments on commit 6513c0d

Please sign in to comment.