Skip to content

Commit 4be9443

Browse files
authored
Merge pull request #266 from bspeice/master
Fix Windows testing in AMD64-Linux-OSX-Windows-test.yml
2 parents e6e227d + fa58c18 commit 4be9443

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/AMD64-Linux-OSX-Windows-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: cmake test
2020
if: runner.os == 'Windows'
2121
run: |
22-
cmake -G 'Visual Studio 16 2019' -A x64 -DBUILD_TESTING=ON
22+
cmake -A x64 -DBUILD_TESTING=ON
2323
cmake --build . --config Release
2424
ctest --verbose --output-on-failure
25+

0 commit comments

Comments
 (0)