We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6e227d + fa58c18 commit 4be9443Copy full SHA for 4be9443
1 file changed
.github/workflows/AMD64-Linux-OSX-Windows-test.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: cmake test
20
if: runner.os == 'Windows'
21
run: |
22
- cmake -G 'Visual Studio 16 2019' -A x64 -DBUILD_TESTING=ON
+ cmake -A x64 -DBUILD_TESTING=ON
23
cmake --build . --config Release
24
ctest --verbose --output-on-failure
25
+
0 commit comments