There was an error while loading. Please reload this page.
1 parent 19c187b commit e12355aCopy full SHA for e12355a
1 file changed
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
publish_windows:
10
name: "Publish Windows"
11
- runs-on: windows-latest
+ runs-on: windows-2022
12
13
steps:
14
- name: Check out Git repository
@@ -19,11 +19,6 @@ jobs:
19
with:
20
node-version: 22
21
22
- - name: Setup MSVC Environment
23
- uses: ilammy/msvc-dev-cmd@v1
24
- with:
25
- vsversion: '2022'
26
-
27
- name: Install dependencies
28
# npm ci is better, but requires package-lock.json file
29
run: npm install
0 commit comments