We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189f67e commit 05b821bCopy full SHA for 05b821b
.github/workflows/build.yml
@@ -181,20 +181,11 @@ jobs:
181
artifacts: "NWNX-EE.zip,NWScript.zip"
182
183
build-win:
184
- runs-on: windows-latest
+ runs-on: windows-2019
185
steps:
186
- uses: actions/checkout@v3
187
- 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
194
195
- - name: Setup CMake
196
- uses: lukka/get-cmake@latest
197
198
- name: Create Build Environment
199
run: cmake -E make_directory ${{runner.workspace}}/build
200
0 commit comments