Skip to content

Commit eafa673

Browse files
committed
Workflow use Win2022
1 parent 221b345 commit eafa673

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/windows-web.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,15 @@ on: [ push, pull_request ]
66

77
jobs:
88
build:
9-
runs-on: windows-2025
9+
runs-on: windows-2022
1010

1111
env:
1212
# The directory of the web installer project
1313
WINDOWS_WEB_DIR: ${{ github.workspace }}/windows/web
1414

1515
steps:
16-
- name: Install NSIS
17-
shell: cmd
18-
run: |
19-
choco install nsis --version 3.11.0
20-
21-
- uses: actions/checkout@v2
16+
- name: Checkout code
17+
uses: actions/checkout@v2
2218
with:
2319
submodules: recursive
2420

0 commit comments

Comments
 (0)