Skip to content

Commit 2c42648

Browse files
committed
Add one more path with zlib.dll for windows prebuilt tests
1 parent f1a5b65 commit 2c42648

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cryptography-providers/openssl3/prebuilt/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ kotlin {
5757
// those values found experimentally on CI machines...
5858
val knownPathsWithZlibDll = setOf(
5959
"C:\\Program Files\\Git\\mingw64\\bin",
60-
"C:\\Program Files\\Microsoft Service Fabric\\bin\\Fabric\\Fabric.Code"
60+
"C:\\Program Files\\Microsoft Service Fabric\\bin\\Fabric\\Fabric.Code",
61+
"C:\\Strawberry\\c\\bin"
6162
)
6263
val currentPath = providers.environmentVariable("PATH").get()
6364
val paths = currentPath

0 commit comments

Comments
 (0)