Skip to content

Commit 0268f6b

Browse files
authored
Update cmake-multi-platform.yml
1 parent c11f232 commit 0268f6b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ${{ matrix.os }}
11+
name: ${{ matrix.config.name }}
12+
runs-on: ${{ matrix.config.os }}
1213
strategy:
1314
fail-fast: false
1415
matrix:
1516
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"
2324
}
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"
3031
}
31-
3232
steps:
3333
- uses: actions/checkout@v4
3434
with:

0 commit comments

Comments
 (0)