mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Try not to pass any Visual Studio version and use default
since it seems not all github worflow servers are on VS17 yet
This commit is contained in:
parent
f654b1a12c
commit
f0f7d0aa5e
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
CFLAGS: -Wdeclaration-after-statement -Werror
|
CFLAGS: -Wdeclaration-after-statement -Werror
|
||||||
CXXFLAGS: -Werror
|
CXXFLAGS: -Werror
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
cmake-args: -G "Visual Studio 17 2022" -A x64
|
cmake-args: -A x64
|
||||||
package-file: DDNet-*-win64.zip
|
package-file: DDNet-*-win64.zip
|
||||||
fancy: false
|
fancy: false
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue