Skip to content

Commit

Permalink
Merge pull request #637 from openstudiocoalition/windows-TLS-conan
Browse files Browse the repository at this point in the history
Disable TLS_VERIFY for conan cmake for windows CI runner
  • Loading branch information
jmarrec authored Oct 27, 2023
2 parents 02a54d0 + cf2f6e8 commit b3618fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ConanInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ if(NOT CONAN_OPENSTUDIO_ALREADY_RUN)
"https://raw.githubusercontent.com/conan-io/cmake-conan/${CMAKE_CONAN_VERSION}/conan.cmake"
"${CMAKE_BINARY_DIR}/conan.cmake"
EXPECTED_HASH SHA256=${CMAKE_CONAN_EXPECTED_HASH}
TLS_VERIFY ON)
# TLS_VERIFY ON # TODO: 2023-10-27 - Started failing on Github Actions' Windows runner
)
else()
message(STATUS "openstudio: using existing conan.cmake")
endif()
Expand Down

0 comments on commit b3618fc

Please sign in to comment.