diff options
author | Guy Harris <gharris@sonic.net> | 2023-06-07 22:29:37 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2023-06-07 22:29:37 -0700 |
commit | 27bdeb6d937f910587cf6642194d5575e16ff85c (patch) | |
tree | 73b009669b1d7e1437b81892fc0a86b9e95c9948 | |
parent | d7f44c5f8328a3979286ed2715f900a3a556001f (diff) |
appveyor: we're installing the 1.13 Npcap SDK, use it, not the 1.12 SDK.
One advantage of d7f44c5f8328a3979286ed2715f900a3a556001f is that it
revealed that we were installing the 1.13 Npcap SDK and trying to
configure with the 1.12 SDK; now that doing so fails, the build fails.
Fix that, so we use the same SDK as we install.
-rw-r--r-- | .appveyor.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 7b1f9f2a..ed4f3478 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -33,10 +33,10 @@ environment: AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GENERATOR: "Visual Studio 14 2015" - SDK: npcap-sdk-1.12 + SDK: npcap-sdk-1.13 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GENERATOR: "Visual Studio 14 2015 Win64" - SDK: npcap-sdk-1.12 + SDK: npcap-sdk-1.13 AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GENERATOR: "Visual Studio 15 2017" @@ -47,15 +47,15 @@ environment: AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GENERATOR: "Visual Studio 15 2017" - SDK: npcap-sdk-1.12 + SDK: npcap-sdk-1.13 AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GENERATOR: "Visual Studio 15 2017 Win64" - SDK: npcap-sdk-1.12 + SDK: npcap-sdk-1.13 AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GENERATOR: "Visual Studio 15 2017 Win64" - SDK: npcap-sdk-1.12 + SDK: npcap-sdk-1.13 AIRPCAP: -DDISABLE_AIRPCAP=NO - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 GENERATOR: "Visual Studio 16 2019" @@ -70,17 +70,17 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 GENERATOR: "Visual Studio 16 2019" PLATFORM: Win32 - SDK: npcap-sdk-1.12 + SDK: npcap-sdk-1.13 AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 GENERATOR: "Visual Studio 16 2019" PLATFORM: x64 - SDK: npcap-sdk-1.12 + SDK: npcap-sdk-1.13 AIRPCAP: -DDISABLE_AIRPCAP=YES - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 GENERATOR: "Visual Studio 16 2019" PLATFORM: x64 - SDK: npcap-sdk-1.12 + SDK: npcap-sdk-1.13 AIRPCAP: -DDISABLE_AIRPCAP=NO build_script: |