Skip to content

Commit 05b821b

Browse files
committed
build.yml: Use windows-2019 for MSVC.
1 parent 189f67e commit 05b821b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -181,20 +181,11 @@ jobs:
181181
artifacts: "NWNX-EE.zip,NWScript.zip"
182182

183183
build-win:
184-
runs-on: windows-latest
184+
runs-on: windows-2019
185185
steps:
186186
- uses: actions/checkout@v3
187187
- run: git config --system --add safe.directory /__w/unified/unified
188-
189-
- name: Setup MSVC
190-
uses: ilammy/msvc-dev-cmd@v1
191-
with:
192-
arch: amd64
193-
vsversion: 2017
194188

195-
- name: Setup CMake
196-
uses: lukka/get-cmake@latest
197-
198189
- name: Create Build Environment
199190
run: cmake -E make_directory ${{runner.workspace}}/build
200191

0 commit comments

Comments
 (0)