Skip to content

Commit

Permalink
ci: Use MSVS version 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
gergof committed Sep 6, 2022
1 parent 34f6466 commit 4824d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build-addon-windows:
tags:
- win
before_script:
- npm config set msvs_version 2022
- npm config set msvs_version 2019
- npm ci --ignore-scripts
script:
- npm run prebuild -- --upload $PREBUILD_GH_TOKEN
Expand Down

0 comments on commit 4824d58

Please sign in to comment.