Skip to content

Commit 562c280

Browse files
committed
Try building googletest outside of CMake.
1 parent a8ceee2 commit 562c280

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/msvc_windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
uses: actions/[email protected]
1818
with:
1919
path: PLSSVM
20+
- name: "Install googletest"
21+
uses: Bacondish2023/setup-googletest@v1
22+
with:
23+
tag: v1.15.2
24+
build-type: ${{ matrix.build_type }}
2025
- name: "Install Python dependencies"
2126
run: |
2227
py -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)