We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f67d9 commit edbebe6Copy full SHA for edbebe6
.github/workflows/windows.yml
@@ -36,6 +36,7 @@ jobs:
36
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ^
37
-DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX% ^
38
-DCMAKE_PREFIX_PATH=%CONDA_PREFIX% ^
39
+ -DCMAKE_CXX_STANDARD=20 ^
40
-DSPARROW_IPC_BUILD_SHARED=${{ matrix.build_shared }} ^
41
-DBUILD_TESTS=ON
42
if %errorlevel% neq 0 exit /b %errorlevel%
@@ -70,6 +71,7 @@ jobs:
70
71
72
73
74
75
76
-DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING ^
77
0 commit comments