We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e25915 commit 0cedb2eCopy full SHA for 0cedb2e
.github/workflows/msvc_windows.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: "Install googletest"
21
uses: Bacondish2023/setup-googletest@v1
22
with:
23
- tag: v1.15.2
+ tag: v1.14.0
24
build-type: ${{ matrix.build_type }}
25
- name: "Install Python dependencies"
26
run: |
tests/CMakeLists.txt
@@ -15,8 +15,8 @@ if (MSVC)
15
endif ()
16
17
# setup testing wit GoogleTest
18
-set(PLSSVM_googletest_VERSION v1.15.2)
19
-find_package(GTest 1.15.2 QUIET)
+set(PLSSVM_googletest_VERSION v1.14.0)
+find_package(GTest 1.14.0 QUIET)
if (GTEST_FOUND)
message(STATUS "Found package GTest.")
else ()
0 commit comments