Skip to content

Commit

Permalink
[c++] Avoid intermittent CI fail building catch2 (#1828) (#1833)
Browse files Browse the repository at this point in the history
Co-authored-by: John Kerl <[email protected]>
  • Loading branch information
github-actions[bot] and johnkerl authored Oct 25, 2023
1 parent 9625db2 commit ae40061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtiledbsoma/cmake/Modules/FindCatch_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.1
GIT_TAG v3.4.0
)

cmake_host_system_information(RESULT OS_RELEASE QUERY OS_RELEASE)
Expand Down

0 comments on commit ae40061

Please sign in to comment.