Unverified Commit 7ebb420a by Edward Thomson Committed by GitHub

Update main.yml

parent 42c5d7c2
...@@ -67,13 +67,13 @@ jobs: ...@@ -67,13 +67,13 @@ jobs:
skip_ssh_tests: true skip_ssh_tests: true
- # Windows Visual Studio amd64 - # Windows Visual Studio amd64
os: windows-latest os: windows-latest
cmake_generator: Visual Studio 15 2017 cmake_generator: Visual Studio 16 2019
cmake_options: -A Win32 -DMSVC_CRTDBG=ON -DDEPRECATE_HARD=ON -DUSE_SHA1=HTTPS cmake_options: -A Win32 -DMSVC_CRTDBG=ON -DDEPRECATE_HARD=ON -DUSE_SHA1=HTTPS
skip_ssh_tests: true skip_ssh_tests: true
skip_negotiate_tests: true skip_negotiate_tests: true
- # Windows Visual Studio amd64 - # Windows Visual Studio amd64
os: windows-latest os: windows-latest
cmake_generator: Visual Studio 15 2017 cmake_generator: Visual Studio 16 2019
cmake_options: -A x64 -DMSVC_CRTDBG=ON -DDEPRECATE_HARD=ON cmake_options: -A x64 -DMSVC_CRTDBG=ON -DDEPRECATE_HARD=ON
skip_ssh_tests: true skip_ssh_tests: true
skip_negotiate_tests: true skip_negotiate_tests: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment