File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build :
11
- runs-on : ${{ matrix.os }}
11
+ name : ${{ matrix.config.name }}
12
+ runs-on : ${{ matrix.config.os }}
12
13
strategy :
13
14
fail-fast : false
14
15
matrix :
15
16
config :
16
- - {
17
- name : " Windows-x64" ,
18
- WIN_ARCH : " x64" ,
19
- os : windows-latest,
20
- lib_dir : " C:\\ Libraries" ,
21
- generators : " Visual Studio 17 2022" ,
22
- build_type : " Release"
17
+ - {
18
+ name : " Windows-x64" ,
19
+ WIN_ARCH : " x64" ,
20
+ os : windows-latest,
21
+ lib_dir : " C:\\ Libraries" ,
22
+ generators : " Visual Studio 17 2022" ,
23
+ build_type : " Release"
23
24
}
24
- - {
25
- name : " Linux-x64" ,
26
- os : ubuntu-latest,
27
- lib_dir : " /usr/local/lib" ,
28
- generators : " Unix Makefiles" ,
29
- build_type : " Release"
25
+ - {
26
+ name : " Linux-x64" ,
27
+ os : ubuntu-latest,
28
+ lib_dir : " /usr/local/lib" ,
29
+ generators : " Unix Makefiles" ,
30
+ build_type : " Release"
30
31
}
31
-
32
32
steps :
33
33
- uses : actions/checkout@v4
34
34
with :
You can’t perform that action at this time.
0 commit comments