Skip to content

Commit 1a78979

Browse files
committed
Sounds like this might be due to munged DLLs on the Windows 2022 runner. Let's try it on
the older runner.
1 parent 24f656f commit 1a78979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
jobs:
44
test:
55
name: Build and test driver on windows-2022
6-
runs-on: windows-2022
6+
runs-on: windows-2019
77
env:
88
CASS_DRIVER_LIBEV_INCLUDES: C:\vcpkg\packages\libev_x64-windows\include\libev
99
CASS_DRIVER_LIBEV_LIBS: C:\vcpkg\packages\libev_x64-windows\lib
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Install dependencies
16-
run: vcpkg install libuv zlib:x64-windows-static krb5 gtest
16+
run: vcpkg install libuv zlib:x64-windows-static krb5
1717
- uses: ilammy/msvc-dev-cmd@v1
1818
- name: Build and run tests
1919
run: |

0 commit comments

Comments
 (0)