Skip to content

Commit 7f60c85

Browse files
authored
Update main.yml
1 parent a42420c commit 7f60c85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,10 +609,13 @@ jobs:
609609
windows_compile_environment: msvc
610610
- name: Setup ninja
611611
uses: seanmiddleditch/gha-setup-ninja@master
612+
- name: Setup MSVC for Ninja again
613+
uses: ilammy/msvc-dev-cmd@v1
612614
- name: CMake configure
613615
shell: bash
614616
run: >
615617
cmake -S . -B build -G Ninja
618+
-D CMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl
616619
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
617620
-D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
618621
-D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON

0 commit comments

Comments
 (0)