Skip to content

Commit e12355a

Browse files
committed
Fixed Visual Studio version
1 parent 19c187b commit e12355a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
publish_windows:
1010
name: "Publish Windows"
11-
runs-on: windows-latest
11+
runs-on: windows-2022
1212

1313
steps:
1414
- name: Check out Git repository
@@ -19,11 +19,6 @@ jobs:
1919
with:
2020
node-version: 22
2121

22-
- name: Setup MSVC Environment
23-
uses: ilammy/msvc-dev-cmd@v1
24-
with:
25-
vsversion: '2022'
26-
2722
- name: Install dependencies
2823
# npm ci is better, but requires package-lock.json file
2924
run: npm install

0 commit comments

Comments
 (0)