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:
def 2022-02-06 13:29:06 +01:00
parent f654b1a12c
commit f0f7d0aa5e

View file

@ -42,7 +42,7 @@ jobs:
CFLAGS: -Wdeclaration-after-statement -Werror
CXXFLAGS: -Werror
- os: windows-latest
cmake-args: -G "Visual Studio 17 2022" -A x64
cmake-args: -A x64
package-file: DDNet-*-win64.zip
fancy: false
env: