We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42420c commit 7f60c85Copy full SHA for 7f60c85
.github/workflows/main.yml
@@ -609,10 +609,13 @@ jobs:
609
windows_compile_environment: msvc
610
- name: Setup ninja
611
uses: seanmiddleditch/gha-setup-ninja@master
612
+ - name: Setup MSVC for Ninja again
613
+ uses: ilammy/msvc-dev-cmd@v1
614
- name: CMake configure
615
shell: bash
616
run: >
617
cmake -S . -B build -G Ninja
618
+ -D CMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl
619
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
620
-D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
621
-D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
0 commit comments