File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 8
8
name : MSVC C++17 w/o Fortran w/o MPI
9
9
runs-on : windows-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Build & Install
13
13
run : |
14
14
cd ExampleCodes
@@ -28,15 +28,16 @@ jobs:
28
28
name : Clang C++17 w/o Fortran w/o MPI
29
29
runs-on : windows-latest
30
30
steps :
31
- - uses : actions/checkout@v3
32
- - uses : seanmiddleditch/gha-setup-ninja@master
31
+ - uses : actions/checkout@v4
33
32
- name : Build & Install
34
33
shell : cmd
34
+ env :
35
+ CMAKE_GENERATOR_TOOLSET : " ClangCl"
36
+ CMAKE_GENERATOR : " Visual Studio 17 2022"
35
37
run : |
36
- call "C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise\vc\Auxiliary\build\vcvarsall.bat" x64
38
+ call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\vc\Auxiliary\build\vcvarsall.bat" x64
37
39
cd ExampleCodes
38
40
cmake -S . -B build ^
39
- -T "ClangCl" ^
40
41
-DCMAKE_BUILD_TYPE=Release ^
41
42
-DBUILD_SHARED_LIBS=ON ^
42
43
-DCMAKE_VERBOSE_MAKEFILE=ON ^
You can’t perform that action at this time.
0 commit comments