Skip to content

Commit 8ab48bf

Browse files
chore(ci): set msvs version to 2022
1 parent bcf1cff commit 8ab48bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
fail-fast: false
2121
runs-on: ${{ matrix.os }}
2222
steps:
23+
- name: Set msvs_version for Windows
24+
if: runner.os == 'Windows'
25+
run: echo "msvs_version=2022" >> $GITHUB_ENV
2326
- name: Checkout repository
2427
uses: actions/[email protected]
2528
- name: Use Node version defined in manifest

0 commit comments

Comments
 (0)