We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f656f commit 1a78979Copy full SHA for 1a78979
.github/workflows/test.yml
@@ -3,7 +3,7 @@ name: Test
3
jobs:
4
test:
5
name: Build and test driver on windows-2022
6
- runs-on: windows-2022
+ runs-on: windows-2019
7
env:
8
CASS_DRIVER_LIBEV_INCLUDES: C:\vcpkg\packages\libev_x64-windows\include\libev
9
CASS_DRIVER_LIBEV_LIBS: C:\vcpkg\packages\libev_x64-windows\lib
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: Install dependencies
16
- run: vcpkg install libuv zlib:x64-windows-static krb5 gtest
+ run: vcpkg install libuv zlib:x64-windows-static krb5
17
- uses: ilammy/msvc-dev-cmd@v1
18
- name: Build and run tests
19
run: |
0 commit comments