Explorar o código

fix cmake -G vs2019

ithewei %!s(int64=4) %!d(string=hai) anos
pai
achega
6954327a6d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/CI.yml

+ 1 - 1
.github/workflows/CI.yml

@@ -43,5 +43,5 @@ jobs:
         run: |
           mkdir win64
           cd win64
-          cmake .. -G "Visual Studio 16 2019 Win64"
+          cmake .. -G "Visual Studio 16 2019" -A x64
           cmake --build .