Skip to content

Commit e5879c4

Browse files
committed
Try -D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH for now
1 parent 651c331 commit e5879c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
-DCMAKE_C_COMPILER=clang-cl ^
7272
-DCMAKE_CXX_COMPILER=clang-cl ^
7373
-DCMAKE_BUILD_TYPE=Release ^
74-
-DopenPMD_USE_MPI=OFF
74+
-DopenPMD_USE_MPI=OFF ^
75+
-DCMAKE_CXX_FLAGS="-D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH"
7576
cmake --build build --config Release --parallel 2
7677
cmake --build build --config Debug --target install
7778

0 commit comments

Comments
 (0)